Skip to content

Commit

Permalink
Amend licence classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe committed Mar 17, 2022
1 parent a6a3756 commit 10c07d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def readme():
"torch": ["torch>=1.7.0"]
}

LICENSE = "Apache 2.0"

setup(
name="alibi-detect",
author="Seldon Technologies Ltd.",
Expand All @@ -25,7 +23,7 @@ def readme():
long_description=readme(),
long_description_content_type="text/markdown",
url="https://github.com/SeldonIO/alibi-detect",
license=LICENSE,
license="Apache 2.0",
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7",
Expand Down Expand Up @@ -57,7 +55,7 @@ def readme():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
f"License :: OSI Approved :: {LICENSE} License",
"License :: OSI Approved :: Apache Software License",
"Topic :: Scientific/Engineering",
],
)

0 comments on commit 10c07d1

Please sign in to comment.