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 fef72c5 commit 37813daCopy full SHA for 37813da
pyproject.toml
@@ -18,7 +18,7 @@ authors = [
18
]
19
description = "A python package for parameter uncertainty quantification and optimization"
20
readme = "README.md"
21
-license = {file = "LICENSE.md"}
+license = {text = "MIT"}
22
dependencies = [
23
"numpy",
24
"scipy",
setup.py
@@ -35,7 +35,6 @@
35
version="2.0.11",
36
author_email="[email protected]",
37
ext_modules=extensions,
38
- license="MIT",
39
packages=find_packages(),
40
description="A python package for parameter uncertainty quantification and optimization",
41
long_description=open("README.md").read(),
0 commit comments