]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
setup.py: bump to v0.1.2 0.1.2
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 18:54:08 +0000 (14:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 18:54:08 +0000 (14:54 -0400)
setup.py

index 83977e76554672d0611b9fb674c8b5e24ea339d8..311932292ecb3f180f09c0ab69ce66210542c9f7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ def read(fname):
 # Don't list "test" in packages, because we don't want it installed.
 setup(
     name         = 'dunshire',
-    version      = '0.1.1',
+    version      = '0.1.2',
     author       = 'Michael Orlitzky',
     author_email = 'michael@orlitzky.com',
     url          = 'http://michael.orlitzky.com/code/dunshire/index.xhtml',
@@ -21,11 +21,8 @@ setup(
     test_suite = 'test.build_suite',
     classifiers=[
         'Development Status :: 3 - Alpha',
-        'Intended Audience :: Science/Research',
-        'Programming Language :: Python :: 3.4',
-        'Programming Language :: Python :: 3.5',
-        'Programming Language :: Python :: 3.6',
-        'Programming Language :: Python :: 3.7',
-        'Programming Language :: Python :: 3.8',
+        'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
+        'Programming Language :: Python :: 3',
+        'Intended Audience :: Science/Research'
     ]
 )