Skip to content

Commit

Permalink
pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Sep 6, 2024
1 parent f0f7fb6 commit bb7b1e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ docs = [
# [project.scripts]
# proteus = "proteus.cli:cli"

# [tool.setuptools]
# package-dir = {"proteus" = "src/proteus" }
# include-package-data = true
[tool.setuptools]
package-dir = {"proteus" = "src/calliope" }
include-package-data = true

# [tool.coverage.run]
# branch = true
# source = ["proteus"]
[tool.coverage.run]
branch = true
source = ["calliope"]

# [tool.pytest.ini_options]
# testpaths = ["tests"]
[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.ruff]
line-length = 96
Expand Down

0 comments on commit bb7b1e9

Please sign in to comment.