We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81adca0 commit 0988958Copy full SHA for 0988958
.gitattributes
MANIFEST.in
@@ -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
+include sphinx_helm/templates/*.jinja2
+exclude sphinx_helm/tests
setup.cfg
@@ -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.
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
14
[flake8]
15
max-line-length = 120
16
0 commit comments