Skip to content

Commit f79b5df

Browse files
committed
Set license in setup.py
Refs #63
1 parent 4d20659 commit f79b5df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ def read(path: str) -> str:
3333

3434
setup(
3535
name="crate-operator",
36-
author="Crate.io",
36+
author="Crate.io AT GmbH",
3737
author_email="[email protected]",
3838
description="CrateDB Kubernetes Operator",
39+
license="AGPLv3",
3940
long_description=read("README.rst"),
4041
long_description_content_type="text/x-rst",
4142
packages=find_namespace_packages(include=["crate.*"]),
@@ -60,6 +61,7 @@ def read(path: str) -> str:
6061
python_requires=">=3.8",
6162
classifiers=[
6263
"Development Status :: 1 - Beta",
64+
"License :: OSI Approved :: GNU Affero General Public License v3"
6365
"Programming Language :: Python :: 3",
6466
"Programming Language :: Python :: 3.8",
6567
],

0 commit comments

Comments
 (0)