summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-03-10 15:42:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-03-10 15:42:33 -0500
commitc81402434e8a277b0134262ad485debcffa20280 (patch)
treee9a753e7e4db4c82e9c19ce990a667f0a556ac02
parent363189d9ec3d790adf3dd9e87cc66e0a20451105 (diff)
downloadmako-c81402434e8a277b0134262ad485debcffa20280.tar.gz
more release fixesrel_1_2_0
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2a2dc6c..25324e3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.mako
recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
-recursive-include test *.py *.html *.mako
+recursive-include test *.py *.html *.mako *.cfg
include README* AUTHORS LICENSE CHANGES* tox.ini
diff --git a/setup.cfg b/setup.cfg
index 3ebc363..a824e19 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -70,6 +70,7 @@ console_scripts=
mako-render = mako.cmd:cmdline
[egg_info]
+tag_build = dev
[tool:pytest]
addopts= --tb native -v -r fxX -W error