Skip to content

Commit 5e132db

Browse files
Update pyproject.toml
1 parent d436e28 commit 5e132db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "visualCaseGen"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
authors = [
55
{ name = "Alper Altuntas, NCAR", email = "altuntas@ucar.edu" }
66
]
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = { file = "LICENSE.md" }
1010
classifiers = [
1111
"Intended Audience :: Science/Research",
12-
"License :: OSI Approved :: LGPL",
12+
"License :: OSI Approved :: Apache 2.0 License",
1313
"Programming Language :: Python",
1414
"Framework :: Jupyter"
1515
]
@@ -35,4 +35,4 @@ requires = ["setuptools>=42", "wheel"]
3535
build-backend = "setuptools.build_meta"
3636

3737
[tool.setuptools]
38-
packages = ["ProConPy", "visualCaseGen"]
38+
packages = ["ProConPy", "visualCaseGen"]

0 commit comments

Comments
 (0)