fix license to allow pypi upload
Signed-off-by: agardnerit <adam@agardner.net>
This commit is contained in:
parent
f3dcad2e81
commit
e5df0a8856
|
|
@ -11,7 +11,7 @@ readme = "README.md"
|
||||||
authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }]
|
authors = [{ name = "Open Feature", email = "opensource@dynatrace.com" }]
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: Apache",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue