Skip to content

Commit

Permalink
Add project secction to pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Pozo Gonzalez committed Oct 9, 2024
1 parent 8a79546 commit 60a03e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ version_scheme = "post-release"
local_scheme = "no-local-version"
write_to = "ptiming_ana/_version.py"

[project]
name = "PtimingAna"
version = "0.1.0"
description = file: README.md
authors = [{name = "ptiming_ana developers", email = "alvmas@ucm.es"}]
dependencies = ["setuptools", "wheel"]

[project.optional-dependencies]
dev = ['pre-commit~=3.8.0']

Expand Down

0 comments on commit 60a03e6

Please sign in to comment.