mirror of https://github.com/docker/compose.git
Add license to setup.py
This commit is contained in:
parent
64513e8d6f
commit
18525554ed
1
setup.py
1
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue