]> code.kerkeslager.com Git - ton/commitdiff
Setup information
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 4 May 2017 02:39:46 +0000 (22:39 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 4 May 2017 02:39:46 +0000 (22:39 -0400)
.gitignore
setup.py

index a61d7c18c838a75f2656eee22057adc45005c4d2..811d4e8f49244fecf12a79c458fcd19c9d695dc1 100644 (file)
@@ -2,3 +2,7 @@ __pycache__/
 *.swp
 *.swo
 *.pyc
+.env/
+build/
+dist/
+.DS_Store
index 701f1f08aa5969b25d0ceb82dcb3842d54f07f81..158bf7a3ce359e8ca8a5cd7836d18288221b4349 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
                'Topic :: Software Development :: Libraries',
 
         # Pick your license as you wish (should match "license" above)
-               'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
+               'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
 
         # Specify the Python versions you support here. In particular, ensure
         # that you indicate whether you support Python 2, Python 3 or both.