We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87c1e4 commit b8243ebCopy full SHA for b8243eb
setup.py
@@ -28,14 +28,13 @@
28
'Fisheye distortion'],
29
url="https://github.com/DiamondLightSource/discorpy",
30
download_url='https://github.com/DiamondLightSource/discorpy.git',
31
- license="Apache 2.0",
+ license="Apache-2.0",
32
platforms="Any",
33
packages=setuptools.find_packages(include=["discorpy", "discorpy.*"],
34
exclude=['test*', 'doc*', 'data*',
35
'example*']),
36
classifiers=[
37
"Programming Language :: Python :: 3",
38
- "License :: OSI Approved :: Apache Software License",
39
"Intended Audience :: Science/Research",
40
"Operating System :: OS Independent",
41
"Natural Language :: English",
0 commit comments