Skip to content

Commit d3d3e78

Browse files
committed
Remove license classifier
Modern setuptools wants us to use the 'license' argument now rather than a classifier.
1 parent e06fd2d commit d3d3e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
ext_modules=mod,
4545
packages=['ihm', 'ihm.util'],
4646
install_requires=['msgpack'],
47+
license='MIT',
4748
classifiers=[
4849
"Programming Language :: Python :: 3",
49-
"License :: OSI Approved :: MIT License",
5050
"Operating System :: OS Independent",
5151
"Intended Audience :: Science/Research",
5252
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)