Skip to content

Commit

Permalink
Removing problematic section of pyproject.toml, tool.setuptools.packa…
Browse files Browse the repository at this point in the history
…ges.find. (#43)
  • Loading branch information
drewoldag authored Oct 26, 2023
1 parent a275ddd commit e908d14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python-project-template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "src/rail/{{package_name}}/_version.py"

[tool.setuptools.packages.find]
where = ["src"]
include = ["rail"]
namespaces = true

[tool.pytest.ini_options]
testpaths = [
"tests",
Expand Down

0 comments on commit e908d14

Please sign in to comment.