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 04be57c commit 95acb5bCopy full SHA for 95acb5b
pyproject.toml
@@ -25,7 +25,6 @@ requires-python = ">=3.8"
25
dependencies = ["numpy>=1.10.0", "greenlet>=3.0.0"]
26
classifiers = [
27
'Intended Audience :: Developers',
28
- 'License :: Free for non-commercial use',
29
'Operating System :: MacOS :: MacOS X',
30
'Operating System :: POSIX',
31
'Operating System :: POSIX :: Linux',
@@ -35,6 +34,7 @@ classifiers = [
35
34
'Topic :: System :: Distributed Computing',
36
'Topic :: System :: Clustering',
37
]
+license = "Apache-2.0"
38
39
[project.urls]
40
Documentation = "https://charm4py.readthedocs.io"
0 commit comments