We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b479c41 commit 5ca955cCopy full SHA for 5ca955c
setup.py
@@ -20,6 +20,7 @@
20
setup(
21
name="hpc-launcher",
22
version=version,
23
+ license="Apache-2.0",
24
url="https://github.com/LBANN/HPC-launcher",
25
author="Lawrence Livermore National Laboratory",
26
author_email="lbann@llnl.gov",
@@ -28,7 +29,6 @@
28
29
long_description_content_type="text/markdown",
30
classifiers=[
31
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: Apache Software License",
32
"Operating System :: OS Independent",
33
],
34
python_requires=">=3.9",
0 commit comments