Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slowpoke111 authored Nov 9, 2024
1 parent b695a87 commit 0339bef
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@ dependencies = [
"numpy"
]
long_description = "file: readme.md"

[project.dynamic]
readme = true
requires-python = true
license = true
classifiers = true

readme = "README.md"
requires-python = ">=3.8"
license = "LGPL"
license = { text = "LGPL-3.0-only" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent"
]

[project.dynamic]
requires-python = true
license = true
classifiers = true

0 comments on commit 0339bef

Please sign in to comment.