Skip to content
Snippets Groups Projects
Commit 1a9f0c3e authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Drop vcversioner from requirements and setup.py

vcversioner was already replaced with setuptools-scm months ago.
parent 3ab31fba
No related branches found
No related tags found
Loading
......@@ -8,4 +8,3 @@ python-dateutil
python-hglib
retrying
sqlitedict
vcversioner
......@@ -50,7 +50,6 @@ setup(
setup_requires=["setuptools-scm"],
use_scm_version=True,
extras_require={"testing": parse_requirements("test")},
vcversioner={},
include_package_data=True,
entry_points="""
[swh.workers]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment