Skip to content

Commit ace1464

Browse files
committed
FIx up metadata
1 parent 6e617ee commit ace1464

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
maintainer="Gordon Watts (IRIS-HEP/UW Seattle)",
4848
maintainer_email="gwatts@uw.edu",
4949
url="https://github.com/iris-hep/func_adl",
50-
license="TBD",
50+
license="MIT",
5151
test_suite="tests",
5252
install_requires=["make-it-sync"],
5353
setup_requires=["pytest-runner"],
@@ -56,7 +56,7 @@
5656
classifiers=[
5757
# "Development Status :: 3 - Alpha",
5858
# "Development Status :: 4 - Beta",
59-
# "Development Status :: 5 - Production/Stable",
59+
"Development Status :: 5 - Production/Stable",
6060
# "Development Status :: 6 - Mature",
6161
"Intended Audience :: Developers",
6262
"Intended Audience :: Information Technology",
@@ -67,7 +67,6 @@
6767
"Programming Language :: Python :: 3.8",
6868
"Programming Language :: Python :: 3.6",
6969
"Programming Language :: Python :: 3.7",
70-
"Programming Language :: Python :: 3.6",
7170
"Topic :: Software Development",
7271
"Topic :: Utilities",
7372
],

0 commit comments

Comments
 (0)