We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d1fc2 commit 2a07052Copy full SHA for 2a07052
jobrunner/__meta__.py
@@ -3,6 +3,6 @@
3
__pkgname__ = "PyJobRunner"
4
__version__ = "2023.06"
5
__authors__ = "Akash Dhruv"
6
-__license__ = "Apache License version 2.0"
+__license__ = "Apache Software License"
7
__copyright__ = "Copyright (c) Akash Dhruv 2023. All Rights Reserved."
8
__description__ = "Job runner for scientific computing workloads"
setup.py
@@ -43,7 +43,7 @@
43
long_description=long_description,
44
classifiers=[
45
"Programming Language :: Python :: 3.8",
46
- "License :: OSI Approved :: Apache License version 2.0",
+ "License :: OSI Approved :: Apache Software License",
47
],
48
install_requires=DEPENDENCIES,
49
)
0 commit comments