Skip to content

Commit

Permalink
Add more details in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh4 committed Jul 11, 2024
1 parent bc8baaf commit 8eb0a80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[project]
name = 'dataguzzler-python'
dynamic = ['version']
dynamic = ['version','authors','description','urls']
requires-python = ">= 3.8"
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License"
]

[project.scripts]
dataguzzler-python = "dataguzzler_python.bin.dataguzzler_python:main"
Expand Down

0 comments on commit 8eb0a80

Please sign in to comment.