Skip to content

Commit aab19bc

Browse files
committed
Updated the license format for pyproject.toml
1 parent 5750fd1 commit aab19bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ authors = [
1616
{ name = "Owen Winterberg" },
1717
{ name = "Kay Robbins", email = "Kay.Robbins@utsa.edu" },
1818
]
19-
license = "MIT"
19+
license = {text = "MIT"}
2020
keywords = [] # Add keywords here if any
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
"Operating System :: OS Independent",
2424
"Development Status :: 5 - Production/Stable",
2525
"Intended Audience :: Developers",
2626
"Intended Audience :: Science/Research",
27-
"License :: OSI Approved :: MIT License",
2827
]
2928

3029
requires-python = ">=3.9"

0 commit comments

Comments
 (0)