Add license to setup.py

This commit is contained in:
Ben Firshman 2014-01-22 14:15:17 +00:00
parent 64513e8d6f
commit 18525554ed
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ setup(
url='https://github.com/orchardup/fig', url='https://github.com/orchardup/fig',
author='Orchard Laboratories Ltd.', author='Orchard Laboratories Ltd.',
author_email='hello@orchardup.com', author_email='hello@orchardup.com',
license='BSD',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
test_suite='nose.collector', test_suite='nose.collector',