summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-01-22 14:15:17 +0000
committerBen Firshman <ben@firshman.co.uk>2014-01-22 14:15:17 +0000
commit18525554ede6aaa26a6a97ad8cb9053882a7feb8 (patch)
tree0bb23b5329eb3e407b5e7700476749259d534615 /setup.py
parent64513e8d6f55223eb6555e2f4e81fb39d12050ec (diff)
Add license to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f0ffceb7..da520a1c 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(
url='https://github.com/orchardup/fig',
author='Orchard Laboratories Ltd.',
author_email='hello@orchardup.com',
+ license='BSD',
packages=find_packages(),
include_package_data=True,
test_suite='nose.collector',