Skip to content

Commit 2a07052

Browse files
committed
update license
1 parent c0d1fc2 commit 2a07052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jobrunner/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__pkgname__ = "PyJobRunner"
44
__version__ = "2023.06"
55
__authors__ = "Akash Dhruv"
6-
__license__ = "Apache License version 2.0"
6+
__license__ = "Apache Software License"
77
__copyright__ = "Copyright (c) Akash Dhruv 2023. All Rights Reserved."
88
__description__ = "Job runner for scientific computing workloads"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
long_description=long_description,
4444
classifiers=[
4545
"Programming Language :: Python :: 3.8",
46-
"License :: OSI Approved :: Apache License version 2.0",
46+
"License :: OSI Approved :: Apache Software License",
4747
],
4848
install_requires=DEPENDENCIES,
4949
)

0 commit comments

Comments
 (0)