Skip to content

Commit

Permalink
Set correct license
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Jun 14, 2018
1 parent 9608587 commit a3f26f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
print(message.format(version=VERSION))
sys.exit()

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'tagging version %s'" % (VERSION, VERSION))
os.system('git push --tags')
sys.exit()

if sys.argv[-1] == 'test':
print("Running tests only on current environment.")
print("Use `tox` for testing multiple environments.")
Expand Down Expand Up @@ -59,7 +54,7 @@
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit a3f26f0

Please sign in to comment.