]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Restructure root and remove Makefile
[lightcards.git] / setup.py
index b75e9757b29085176cfd87718c3b588ca43417be..830e579dbd87bcacf9e82dfe02326f58d9b1bf14 100644 (file)
--- 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",