Skip to content

Commit

Permalink
Fix Setup (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink authored Feb 14, 2024
2 parents 9c68549 + 0c3bd5e commit 36748eb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ readme = "README.md"
requires-python = ">=3.10"
# license = { text = "BSD 3-Clause License" }
authors = [
{ email = "rhoadesj@hhmi.org", name = "Jeff Rhoades" },
{ email = "funkej@janelia.hhmi.org", name = "Jan Funke" },
{ email = "[email protected]", name = "Will Patton" },
{ email = "[email protected]", name = "Jeff Rhoades" },
{ email = "[email protected]", name = "Marwan Zouinkhi" },
{ email = "[email protected]", name = "Jan Funke" },
]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -93,8 +93,10 @@ source = "vcs"
allow-direct-references = true

[tool.hatch.build.targets.wheel]
only-include = ["dacapo"]
sources = ["dacapo"]
packages = ["dacapo"]

[project.scripts]
dacapo = "dacapo.cli:cli"

# https://github.com/charliermarsh/ruff
[tool.ruff]
Expand Down Expand Up @@ -163,4 +165,4 @@ ignore = [
".pre-commit-config.yaml",
".ruff_cache/**/*",
"tests/**/*",
]
]

0 comments on commit 36748eb

Please sign in to comment.