# 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',
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'
]
)