Skip to content

Commit

Permalink
pre-fill pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 12, 2025
1 parent 26fb8ce commit 1f6929e
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# WIPACrepo/wipac-dev-py-setup-action@v4+ Migration Helper:

# set these fields:
[project]
version = "0.0.0"
dependencies = [] # leave empty if there are no dependencies

# optional sections:
version = "1.3.3"
dependencies = [
"astropy",
"healpy",
"matplotlib",
"meander",
"mhealpy",
"numpy",
"pandas",
"scipy",
"wipac-dev-tools"
]

# [project.optional-dependencies]
# foo = []
# bar = []
[project.optional-dependencies]
tests = [
"pytest",
"pytest-mock"
]
examples = [
"wipac-rest-tools"
]
mypy = [
"pytest",
"pytest-mock",
"wipac-rest-tools"
]

0 comments on commit 1f6929e

Please sign in to comment.