Skip to content

Commit

Permalink
setup: use url as license value.
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Aug 28, 2015
1 parent 5b4aab5 commit 5caaa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
'License :: Public Domain',
'Programming Language :: Python :: 2.7',
],
license = open('UNLICENSE').read(),
license = 'http://unlicense.org',
packages = find_packages('src'),
package_dir = {'': 'src'},
include_package_data = True,
Expand Down

0 comments on commit 5caaa99

Please sign in to comment.