We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363189d commit c814024Copy full SHA for c814024
MANIFEST.in
@@ -1,6 +1,6 @@
1
recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.mako
2
recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
3
-recursive-include test *.py *.html *.mako
+recursive-include test *.py *.html *.mako *.cfg
4
5
include README* AUTHORS LICENSE CHANGES* tox.ini
6
setup.cfg
@@ -70,6 +70,7 @@ console_scripts=
70
mako-render = mako.cmd:cmdline
71
72
[egg_info]
73
+tag_build = dev
74
75
[tool:pytest]
76
addopts= --tb native -v -r fxX -W error
0 commit comments