Skip to content

Commit

Permalink
Remove build deps: setuptools, setuptools-scm
Browse files Browse the repository at this point in the history
`setuptools` and `setuptools-scm` were listed as build dependencies
in `pyproject.toml`'s  `build-system.requires`.
But this was non-sense, since the build backend is `poetry-core`.
  • Loading branch information
fabcor-maxiv authored and marcus-oscarsson committed Jan 25, 2024
1 parent 536a330 commit c32a30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exclude = '''
'''

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit c32a30b

Please sign in to comment.