r46897 - amend manifest
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl Date: Thu Mar 3 09:39:40 2016 New Revision: 46897 Modified: branches/sdist-use-7985-3/MANIFEST.in Log: amend manifest Modified: branches/sdist-use-7985-3/MANIFEST.in ============================================================================== --- branches/sdist-use-7985-3/MANIFEST.in (original) +++ branches/sdist-use-7985-3/MANIFEST.in Thu Mar 3 09:39:40 2016 @@ -1,9 +1,17 @@ -# Topfiles -recursive-include twisted *.misc *.bugfix *.doc *.feature *.removal -recursive-include twisted NEWS README +# Do not include the old topfiles, or news fragments +recursive-exclude twisted *.misc *.bugfix *.doc *.feature *.removal +recursive-exclude twisted NEWS README topfiles +exclude twisted/topfiles/CREDITS twisted/topfiles/ChangeLog.Old + +# Include NEWS, READMEs, etc recursive-include docs README -include twisted/topfiles/CREDITS -include NEWS README INSTALL CONTRIBUTING LICENSE +include NEWS README.rst INSTALL.rst CONTRIBUTING LICENSE code_of_conduct.md + +# Exclude admin things +exclude admin +exclude bin/admin +recursive-exclude admin * +recursive-exclude bin/admin * # Python 3 setup file include setup3.py @@ -17,15 +25,11 @@ recursive-include twisted *.glade *.pxi *.h *.c *.bat *.g *.pyx *.zsh *.txt # Dev tools -include tox.ini bin/_preamble.py +include tox.ini bin/_preamble.py .coveragerc # Docs include docs/fun/lightbulb - -# Generated by: -# check-manifest --ignore docs/historic/\*,admin\*,bin/admin\*,twisted/topfiles/\*.Old -# added by check_manifest.py -include .coveragerc +recursive-include docs/historic/Quotes * recursive-include docs *.1 recursive-include docs *.Quotes recursive-include docs *.bat @@ -56,3 +60,7 @@ recursive-include docs *.users recursive-include docs *.xml recursive-include docs Makefile + +# Don't have the real old historic docs +exclude docs/historic/2003 +recursive-exclude docs/historic/2003 *