fix license to allow pypi upload

Signed-off-by: agardnerit <adam@agardner.net>
This commit is contained in:
agardnerit 2022-10-02 11:54:40 +10:00
parent f3dcad2e81
commit e5df0a8856
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ readme = "README.md"
authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]