Skip to content

Commit b8243eb

Browse files
committed
Update setup
1 parent b87c1e4 commit b8243eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@
2828
'Fisheye distortion'],
2929
url="https://github.com/DiamondLightSource/discorpy",
3030
download_url='https://github.com/DiamondLightSource/discorpy.git',
31-
license="Apache 2.0",
31+
license="Apache-2.0",
3232
platforms="Any",
3333
packages=setuptools.find_packages(include=["discorpy", "discorpy.*"],
3434
exclude=['test*', 'doc*', 'data*',
3535
'example*']),
3636
classifiers=[
3737
"Programming Language :: Python :: 3",
38-
"License :: OSI Approved :: Apache Software License",
3938
"Intended Audience :: Science/Research",
4039
"Operating System :: OS Independent",
4140
"Natural Language :: English",

0 commit comments

Comments
 (0)