Skip to content

Commit

Permalink
Remove redundant poetry section in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Sep 30, 2024
1 parent 234f7f8 commit f0fd8bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ select = ["E", "F", "I"]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

[tool.poetry]
packages = [{include = "numerblox", from = "src"}]
exclude = ["site"]

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

0 comments on commit f0fd8bd

Please sign in to comment.