Skip to content

Commit 10c07d1

Browse files
author
Ashley Scillitoe
committed
Amend licence classifier
1 parent a6a3756 commit 10c07d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def readme():
1414
"torch": ["torch>=1.7.0"]
1515
}
1616

17-
LICENSE = "Apache 2.0"
18-
1917
setup(
2018
name="alibi-detect",
2119
author="Seldon Technologies Ltd.",
@@ -25,7 +23,7 @@ def readme():
2523
long_description=readme(),
2624
long_description_content_type="text/markdown",
2725
url="https://github.com/SeldonIO/alibi-detect",
28-
license=LICENSE,
26+
license="Apache 2.0",
2927
packages=find_packages(),
3028
include_package_data=True,
3129
python_requires=">=3.7",
@@ -57,7 +55,7 @@ def readme():
5755
"Programming Language :: Python :: 3.7",
5856
"Programming Language :: Python :: 3.8",
5957
"Programming Language :: Python :: 3.9",
60-
f"License :: OSI Approved :: {LICENSE} License",
58+
"License :: OSI Approved :: Apache Software License",
6159
"Topic :: Scientific/Engineering",
6260
],
6361
)

0 commit comments

Comments
 (0)