Skip to content

Commit

Permalink
change pyproject.toml to add Stefan to the author list, remove python…
Browse files Browse the repository at this point in the history
…3.8, and change license to MIT
  • Loading branch information
erexer committed May 23, 2024
1 parent 998d0b3 commit f3a7105
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ authors = [
{ name="Levi Sweet-Breu", email="[email protected]" },
{ name="Melissa Allen-Dumas", email="[email protected]" },
{ name="Chris Vernon", email="[email protected]" },
{ name="Stefan Krawczyk", email="[email protected]" },
]

classifiers = [
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",

]

dependencies = [
Expand Down

0 comments on commit f3a7105

Please sign in to comment.