Skip to content

Commit

Permalink
remove setuptools-sm for art-tools merger
Browse files Browse the repository at this point in the history
When we do pip install for elliott in merged art-tools repo, setuptools requires it to be a git repo (submodule), which elliott will no longer be.
  • Loading branch information
ashwindasr authored and sosiouxme committed Jul 21, 2023
1 parent 18aef26 commit 5b02f08
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
@@ -1,16 +1,12 @@
[build-system]
requires = [
"setuptools>=65.5.1", # not directly required, pinned by Snyk to avoid a vulnerability
"setuptools_scm[toml]>=6.2",
]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["elliottlib"]

[tool.setuptools_scm]
write_to = "elliottlib/_version.py"

[project]
dynamic = ["version"]
name="rh-elliott"
Expand Down

0 comments on commit 5b02f08

Please sign in to comment.