Skip to content

Commit 0c1eda9

Browse files
authored
Include license metadata in setup.py
This will ensure that the license metadata is correctly populated in packages uploaded to pypi.
1 parent fb86e3c commit 0c1eda9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)