Skip to content

Commit

Permalink
deps: remove setuptools_scm_git_archive
Browse files Browse the repository at this point in the history
setuptools_scm can now work with git archives, so we don't need this plugin.
  • Loading branch information
skshetry committed Jun 30, 2022
1 parent c347d9f commit 3c76885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git_archival.txt
@@ -1 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true)$
ref-names: $Format:%D$
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=48", "setuptools_scm[toml]>=6.3.1", "setuptools_scm_git_archive==1.1"]
requires = ["setuptools>=48", "setuptools_scm[toml]>=7"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -26,8 +26,7 @@ classifiers =
[options]
setup_requires =
setuptools>=48
setuptools_scm[toml]>=6.3.1
setuptools_scm_git_archive==1.1
setuptools_scm[toml]>=7

python_requires = >=3.8
zip_safe = False
Expand Down

0 comments on commit 3c76885

Please sign in to comment.