summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2020-01-05 23:02:43 -0600
committerHernan <hernan.grecco@gmail.com>2020-01-05 23:12:20 -0600
commit6dc78679ee0ad5a324cf1e9d364fb55d83c0966c (patch)
treebbf272e740b0de1d8bd531c42b9c3859938bc009 /MANIFEST.in
parentd5669bb5b779496107ca5594c350f1dc3af231b7 (diff)
downloadpint-6dc78679ee0ad5a324cf1e9d364fb55d83c0966c.tar.gz
Add version.py to make zest.releaser work with setuptools_scm
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 05c3182..63e3421 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,8 @@
-include AUTHORS CHANGES LICENSE README.rst BADGES.rst
+include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt
recursive-include pint *
recursive-include docs *
recursive-include bench *
prune docs/_build
prune docs/_themes/.git
-exclude .editorconfig bors.toml pull_request_template.md requirements_docs.txt
+exclude .editorconfig bors.toml pull_request_template.md requirements_docs.txt version.py
global-exclude *.pyc *~ .DS_Store *__pycache__* *.pyo .travis-exclude.yml