We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d20659 commit f79b5dfCopy full SHA for f79b5df
setup.py
@@ -33,9 +33,10 @@ def read(path: str) -> str:
33
34
setup(
35
name="crate-operator",
36
- author="Crate.io",
+ author="Crate.io AT GmbH",
37
author_email="[email protected]",
38
description="CrateDB Kubernetes Operator",
39
+ license="AGPLv3",
40
long_description=read("README.rst"),
41
long_description_content_type="text/x-rst",
42
packages=find_namespace_packages(include=["crate.*"]),
@@ -60,6 +61,7 @@ def read(path: str) -> str:
60
61
python_requires=">=3.8",
62
classifiers=[
63
"Development Status :: 1 - Beta",
64
+ "License :: OSI Approved :: GNU Affero General Public License v3"
65
"Programming Language :: Python :: 3",
66
"Programming Language :: Python :: 3.8",
67
],
0 commit comments