We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d436e28 commit 5e132dbCopy full SHA for 5e132db
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "visualCaseGen"
3
-version = "0.1.1"
+version = "0.1.3"
4
authors = [
5
{ name = "Alper Altuntas, NCAR", email = "altuntas@ucar.edu" }
6
]
@@ -9,7 +9,7 @@ readme = "README.md"
9
license = { file = "LICENSE.md" }
10
classifiers = [
11
"Intended Audience :: Science/Research",
12
- "License :: OSI Approved :: LGPL",
+ "License :: OSI Approved :: Apache 2.0 License",
13
"Programming Language :: Python",
14
"Framework :: Jupyter"
15
@@ -35,4 +35,4 @@ requires = ["setuptools>=42", "wheel"]
35
build-backend = "setuptools.build_meta"
36
37
[tool.setuptools]
38
-packages = ["ProConPy", "visualCaseGen"]
+packages = ["ProConPy", "visualCaseGen"]
0 commit comments