Skip to content

Commit

Permalink
Add license field.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 4, 2015
1 parent b7a1a57 commit 67a28cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def version():
description="A Collection of Python Tools",
long_description=readme(),
url='http://github.com/shakefu/pytool',
license='ALv2',
packages=find_packages(exclude=['test']),
install_requires=['simplejson >= 3.2.0', 'six'],
test_suite='nose.collector',
Expand Down

0 comments on commit 67a28cb

Please sign in to comment.