Skip to content

Commit ea1a79e

Browse files
Include license metadata in setup.py (#71)
This will ensure that the license metadata is correctly populated in packages uploaded to pypi.
2 parents fb86e3c + 0c1eda9 commit ea1a79e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
python_requires=">=3.10.0",
5454
long_description=open("README.md", encoding="utf-8").read(),
5555
long_description_content_type='text/markdown',
56+
license="Apache 2",
5657
url='https://github.com/quantumlib/TypedUnits',
5758
author='The TUnits Authors',
5859
)

0 commit comments

Comments
 (0)