X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=setup.py;h=830e579dbd87bcacf9e82dfe02326f58d9b1bf14;hp=b75e9757b29085176cfd87718c3b588ca43417be;hb=ae89ff9e73baee789bcfa1c914da8e29feb2dc04;hpb=b1a79e70ed02ceeac0f2343067e0f58deff3b37e diff --git a/setup.py b/setup.py index b75e975..830e579 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,8 @@ setup( license="MIT", packages=["lightcards"], install_requires=["beautifulsoup4", "markdown"], + data_files=[("man/man1", ["man/lightcards.1"])], + scripts=['bin/lightcards'], classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Other Audience",