Mercurial > p > roundup > code
diff MANIFEST.in @ 5512:c652849bfc75
Remove 2to3-done.txt (issue2550979).
With all the mechanical and most of the non-mechanical parts of Python
3 support done, the lists of source files in 2to3-done.txt are no
longer relevant. The discussion of plans for Python 3 support is also
no longer relevant, with the string representations being described in
a comment in roundup/anypy/strings.py and other known outstanding
issues being described in open issues in the tracker.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Sat, 18 Aug 2018 16:38:38 +0000 |
| parents | 1ee8b7a671e7 |
| children | a635a60ffb84 |
line wrap: on
line diff
--- a/MANIFEST.in Sat Aug 18 10:05:52 2018 +0100 +++ b/MANIFEST.in Sat Aug 18 16:38:38 2018 +0000 @@ -9,6 +9,5 @@ global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* include run_tests.py demo.py *.txt include doc/conf.py doc/roundup-favicon.ico -exclude 2to3-done.txt exclude doc/security.txt include locale/*.po locale/*.mo locale/roundup.pot
