Skip to content

Commit

Permalink
Updated License and Wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Jul 27, 2016
1 parent aded755 commit 747dc5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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 <simon@bespohk.com>
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down Expand Up @@ -76,14 +76,16 @@ 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',
'Natural Language :: English',
'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',
Expand Down

0 comments on commit 747dc5d

Please sign in to comment.