From c81402434e8a277b0134262ad485debcffa20280 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 10 Mar 2022 15:42:33 -0500 Subject: [PATCH] more release fixes --- MANIFEST.in | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2a2dc6c7..25324e3c 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 3ebc363d..a824e193 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