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 8269374 commit 868256c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ dependencies = [
"pandas",
"numpy"
]
long_description = "file: readme.md"

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

0 comments on commit 868256c

Please sign in to comment.