Skip to content

Commit

Permalink
Revert changes to setuptools settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aeshub committed Nov 14, 2023
1 parent f755142 commit e8c1c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[build-system]
requires = [
"setuptools>=42",
"wheel",
"setuptools_scm>=6.2"
]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
},
include_package_data=True,
install_requires=["alitra", "isar"],
setup_requires=[
"wheel",
],
extras_require={
"dev": [
"black",
Expand Down

0 comments on commit e8c1c74

Please sign in to comment.