Skip to content

Commit 5938106

Browse files
vezelizsol
authored andcommitted
Switch from versioneer to setuptools-scm (#1008)
1 parent 7ae084a commit 5938106

File tree

9 files changed

+10
-2461
lines changed

9 files changed

+10
-2461
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
omit =
33
blib2to3/*
44
*/site-packages/*
5-
_version.py

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ black.egg-info
99
build/
1010
dist/
1111
pip-wheel-metadata/
12-
.idea
12+
_version.py
13+
.idea

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
include *.rst *.md LICENSE
22
recursive-include blib2to3 *.txt *.py LICENSE
33
recursive-include tests *.txt *.out *.diff *.py *.pyi *.pie *.toml
4-
include versioneer.py
5-
include _version.py

0 commit comments

Comments
 (0)