Skip to content

Commit

Permalink
Add license to python package metadata (#132)
Browse files Browse the repository at this point in the history
The license was not set for the python package metadata directly. We
listed the trove classifier for the project being apache licensed but
without specifying the license field certain parsers don't know what the
library is licensed under. This commit fixes the oversight and sets the
license field to apache 2.0.
  • Loading branch information
mtreinish committed Sep 3, 2020
1 parent c7ef54f commit ac25353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -22,6 +22,7 @@ def readme():
long_description_content_type='text/markdown',
author="Matthew Treinish",
author_email="mtreinish@kortar.org",
license="Apache 2.0",
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
Expand Down

0 comments on commit ac25353

Please sign in to comment.