We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ead0a commit 891fc3cCopy full SHA for 891fc3c
setup.py
@@ -49,7 +49,8 @@ def read(path):
49
long_description=long_description,
50
long_description_content_type="text/x-rst",
51
platforms=["any"],
52
- license="Apache License 2.0",
+ license="Apache-2.0",
53
+ license_files=["LICENSE"],
54
keywords="cratedb db api dbapi database sql http rdbms olap",
55
packages=find_namespace_packages("src"),
56
package_dir={"": "src"},
@@ -82,7 +83,6 @@ def read(path):
82
83
classifiers=[
84
"Development Status :: 5 - Production/Stable",
85
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
86
"Operating System :: OS Independent",
87
"Programming Language :: Python",
88
"Programming Language :: Python :: 3",
0 commit comments