Skip to content

Commit

Permalink
Remove versioneer (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Dec 9, 2024
1 parent 81adca0 commit 0988958
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,904 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

6 changes: 2 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
include versioneer.py
include sphinx-helm/_version.py
include sphinx-helm/templates/*.jinja2
exclude sphinx-helm/tests
include sphinx_helm/templates/*.jinja2
exclude sphinx_helm/tests
12 changes: 0 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@

# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.

[versioneer]
VCS = git
style = pep440-pre
versionfile_source = sphinx-helm/_version.py
versionfile_build = sphinx-helm/_version.py
tag_prefix =
parentdir_prefix =

[flake8]
max-line-length = 120

Expand Down
Loading

0 comments on commit 0988958

Please sign in to comment.