Skip to content

Commit cf7ff12

Browse files
committed
Updating versioneer again, properly.
First time around we were using `versioneer install --no-vendor`, and neglecting to remove the `versioneer.py` file from the toplevel, which is still required by BuildStream's setup.py for a few reasons. Instead, go back to `versioneer install --vendor` and update versioneer files correctly. Fixes #1855
1 parent 51137eb commit cf7ff12

File tree

2 files changed

+665
-290
lines changed

2 files changed

+665
-290
lines changed

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ requires = [
2020
# Require a new enough cython for the python versions we support
2121
"Cython>=0.29.25",
2222
"packaging",
23-
# Versioneer is a build time dependency
24-
"versioneer[toml]",
2523
]
2624
build-backend = "setuptools.build_meta"
2725

0 commit comments

Comments
 (0)