Skip to content

Commit

Permalink
Add license and language classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Jan 26, 2016
1 parent d06537e commit 824d76a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def clean_version(v):
author='Ben Morris, Ethan White, Henry Senyondo',
author_email='ethan@weecology.org',
url='https://github.com/weecology/retriever',
classifiers=['Intended Audience :: Science/Research'],
classifiers=['Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',],
packages=packages,
package_dir={
'retriever':''
Expand Down

0 comments on commit 824d76a

Please sign in to comment.