Skip to content

Commit

Permalink
Define extras
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Apr 26, 2024
1 parent 3c0f3ad commit d8668ed
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 @@ -40,6 +40,17 @@ classifiers = [

dynamic = ["version"]

[project.optional-dependencies]
test = [
"pytest",
]
dev = [
"setuptools_scm",
]
all = [
"eventio[test,dev]"
]

[project.urls]
repository = "https://github.com/cta-observatory/pyeventio"
issues = "https://github.com/cta-observatory/pyeventio/issues"
Expand Down

0 comments on commit d8668ed

Please sign in to comment.