Skip to content

Commit 9d5deaa

Browse files
authored
Merge pull request #66 from botcity-dev/enh/declare-license-metadata
ENH: Declare Apache 2.0 license in package metadata.
2 parents 7f72a69 + f1630f3 commit 9d5deaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
name='botcity-framework-core',
2020
version=versioneer.get_version(),
2121
cmdclass=versioneer.get_cmdclass(),
22+
license='Apache-2.0',
23+
license_files=('LICENSE',),
24+
classifiers=[
25+
'License :: OSI Approved :: Apache Software License',
26+
'Programming Language :: Python :: 3',
27+
],
2228
packages=find_namespace_packages(include=['botcity.*']),
2329
url='https://www.github.com/botcity-dev/botcity-framework-core-python',
2430
long_description=open('README.md', 'r', encoding='utf-8').read(),

0 commit comments

Comments
 (0)