diff --git a/LICENSE b/LICENSE index 3a13888..038bfb0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2015 Bespohk, and is maintained by multiple +Copyright (c) 2012-2016 Bespohk, and is maintained by multiple contributors including: - Simon Coulton diff --git a/setup.py b/setup.py index 721d477..63daa51 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ class PyPiPublish(BaseCommand): def run(self): os.system('py.test') if (confirm('Are you sure you want to push to PyPi?')): - os.system('python setup.py sdist upload') + os.system('python setup.py sdist bdist_wheel upload') clean() @@ -76,7 +76,7 @@ def confirm(prompt): license=license, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', @@ -84,6 +84,8 @@ def confirm(prompt): 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',