Skip to content

Commit

Permalink
Merge pull request #1 from FormingWorlds/pyproject
Browse files Browse the repository at this point in the history
Fixes to pyproject
  • Loading branch information
nichollsh authored Sep 10, 2024
2 parents 6d9bac7 + 0890d2a commit 5a70e49
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 923 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docs = [
# proteus = "proteus.cli:cli"

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

[tool.coverage.run]
Expand All @@ -73,9 +73,6 @@ source = ["calliope"]

[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = [
".", "src",
]

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

0 comments on commit 5a70e49

Please sign in to comment.