Skip to content

Commit

Permalink
Merge pull request #17 from boutproject/scm
Browse files Browse the repository at this point in the history
setuptools_scm_git_archive is obsolute
  • Loading branch information
dschwoerer authored Oct 11, 2023
2 parents 8f6103f + bc4ab34 commit 3cfda94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
install_requires=["matplotlib>=2.2"],
setup_requires=[
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
"setuptools_scm_git_archive",
"setuptools_scm[toml]>=7",
],
classifiers=[
"Intended Audience :: Education",
Expand Down

0 comments on commit 3cfda94

Please sign in to comment.