Skip to content

Commit 37813da

Browse files
committed
'0328'
1 parent fef72c5 commit 37813da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
]
1919
description = "A python package for parameter uncertainty quantification and optimization"
2020
readme = "README.md"
21-
license = {file = "LICENSE.md"}
21+
license = {text = "MIT"}
2222
dependencies = [
2323
"numpy",
2424
"scipy",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
version="2.0.11",
3636
author_email="[email protected]",
3737
ext_modules=extensions,
38-
license="MIT",
3938
packages=find_packages(),
4039
description="A python package for parameter uncertainty quantification and optimization",
4140
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)