root/trunk/setup.cfg

Revision 66, 136 bytes (checked in by s0undt3ch, 10 months ago)

Fixed notification email template logic, it was broken.
Fixed the duplicate msgids, ie completely removed the msgid generation, the user get's a unrelated(regarding the msgid) email for each of the changes. Fixes #89.

Line 
1[egg_info]
2tag_build =
3tag_svn_revision = false
4
5[sdist]
6formats = gztar bztar zip
7
8[aliases]
9release = register bdist_egg sdist upload
Note: See TracBrowser for help on using the browser.