Skip to content

Commit 0988958

Browse files
Remove versioneer (#3)
1 parent 81adca0 commit 0988958

File tree

4 files changed

+2
-1904
lines changed

4 files changed

+2
-1904
lines changed

.gitattributes

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

MANIFEST.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
include versioneer.py
2-
include sphinx-helm/_version.py
3-
include sphinx-helm/templates/*.jinja2
4-
exclude sphinx-helm/tests
1+
include sphinx_helm/templates/*.jinja2
2+
exclude sphinx_helm/tests

setup.cfg

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11

2-
# See the docstring in versioneer.py for instructions. Note that you must
3-
# re-run 'versioneer.py setup' after changing this section, and commit the
4-
# resulting files.
5-
6-
[versioneer]
7-
VCS = git
8-
style = pep440-pre
9-
versionfile_source = sphinx-helm/_version.py
10-
versionfile_build = sphinx-helm/_version.py
11-
tag_prefix =
12-
parentdir_prefix =
13-
142
[flake8]
153
max-line-length = 120
164

0 commit comments

Comments
 (0)