瀏覽代碼

Add license to setup.py

Ben Firshman 11 年之前
父節點
當前提交
18525554ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',