Skip to content

Commit

Permalink
Add explicit [project] to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh4 committed Jul 11, 2024
1 parent 6cbadf0 commit bc8baaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[project]
name = 'dataguzzler-python'
dynamic = ['version']
requires-python = ">= 3.8"

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

[build-system]
requires = ["setuptools","numpy"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit bc8baaf

Please sign in to comment.