From: Oleg Broytman Date: Tue, 23 Aug 2016 20:18:46 +0000 (+0300) Subject: Add requirements.txt to sdist; add [egg_info] to setup.cfg X-Git-Tag: 2.7.0~13 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=049f238d8b23e2ab7f543b33d52dd2544ffa7b22 Add requirements.txt to sdist; add [egg_info] to setup.cfg --- diff --git a/MANIFEST.in b/MANIFEST.in index 9597138..2a3ca57 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include ANNOUNCE ChangeLog INSTALL.txt Makefile* MANIFEST.in TODO include mimedecode.docbook mimedecode.man mimedecode.html mimedecode.txt -include ez_setup.py mk-distr +include ez_setup.py mk-distr requirements.txt recursive-include test .mailcap Makefile README test_all *.py *.txt diff --git a/setup.cfg b/setup.cfg index b5486c4..56a3566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,9 @@ [easy_install] find_links = http://phdru.name/Software/Python/ optimize = 2 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 +