File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ def readme():
1414 "torch" : ["torch>=1.7.0" ]
1515}
1616
17- LICENSE = "Apache 2.0"
18-
1917setup (
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)
You can’t perform that action at this time.
0 commit comments