Skip to content

Commit

Permalink
more release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 10, 2022
1 parent 363189d commit c814024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c814024

Please sign in to comment.