We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5750fd1 commit aab19bcCopy full SHA for aab19bc
1 file changed
pyproject.toml
@@ -16,15 +16,14 @@ authors = [
16
{ name = "Owen Winterberg" },
17
{ name = "Kay Robbins", email = "Kay.Robbins@utsa.edu" },
18
]
19
-license = "MIT"
+license = {text = "MIT"}
20
keywords = [] # Add keywords here if any
21
classifiers = [
22
"Programming Language :: Python :: 3",
23
"Operating System :: OS Independent",
24
"Development Status :: 5 - Production/Stable",
25
"Intended Audience :: Developers",
26
"Intended Audience :: Science/Research",
27
- "License :: OSI Approved :: MIT License",
28
29
30
requires-python = ">=3.9"
0 commit comments