Skip to content

Commit c814024

Browse files
committedMar 10, 2022
more release fixes
1 parent 363189d commit c814024

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.mako
22
recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
3-
recursive-include test *.py *.html *.mako
3+
recursive-include test *.py *.html *.mako *.cfg
44

55
include README* AUTHORS LICENSE CHANGES* tox.ini
66

‎setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ console_scripts=
7070
mako-render = mako.cmd:cmdline
7171

7272
[egg_info]
73+
tag_build = dev
7374

7475
[tool:pytest]
7576
addopts= --tb native -v -r fxX -W error

0 commit comments

Comments
 (0)