Skip to content

Commit 5ca955c

Browse files
authored
Fixed license to use SPDX format. (#53)
1 parent b479c41 commit 5ca955c

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
@@ -20,6 +20,7 @@
2020
setup(
2121
name="hpc-launcher",
2222
version=version,
23+
license="Apache-2.0",
2324
url="https://github.com/LBANN/HPC-launcher",
2425
author="Lawrence Livermore National Laboratory",
2526
author_email="lbann@llnl.gov",
@@ -28,7 +29,6 @@
2829
long_description_content_type="text/markdown",
2930
classifiers=[
3031
"Programming Language :: Python :: 3",
31-
"License :: OSI Approved :: Apache Software License",
3232
"Operating System :: OS Independent",
3333
],
3434
python_requires=">=3.9",

0 commit comments

Comments
 (0)