Ver Fonte

Add license to setup.py

Ben Firshman há 11 anos atrás
pai
commit
18525554ed
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      setup.py

+ 1 - 0
setup.py

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