Skip to content

Commit

Permalink
remove setuptools_git_versioning references
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Apr 1, 2024
1 parent b571a89 commit 6184ea9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name="gdc_client",
use_scm_version={"local_scheme": "dirty-tag"},
setup_requires=["setuptools_scm<8"],
# setuptools_git_versioning={"enabled": True},
packages=find_packages(),
package_data={},
long_description=open("README.md").read(),
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ passenv =
skip_install=true
deps =
setuptools_scm<8
; setuptools_git_versioning
build
twine
install_command =
Expand Down

0 comments on commit 6184ea9

Please sign in to comment.