]> git.armaanb.net Git - lightcards.git/blobdiff - setup.py
Bump version number
[lightcards.git] / setup.py
index ac6f77e89daa84e13dbda6b3eae7e56bbca0dab9..941503538fc4ef1c71c132c019305e2f11222ce2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open(path.join(pwd, "README.md"), encoding="utf-8") as f:
 
 setup(
     name="lightcards",
-    version="0.3.0",
+    version="0.5.0",
     description="Terminal flashcards from Markdown",
     long_description=long_description,
     long_description_content_type="text/markdown",
@@ -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",