Skip to content

Commit

Permalink
manifest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 15, 2016
1 parent 3b116eb commit c072e02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# - Things only useful when running from a source checkout (_preamble.py)

# 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
recursive-exclude src/twisted *.misc *.bugfix *.doc *.feature *.removal
recursive-exclude src/twisted NEWS README topfiles
exclude src/twisted/topfiles/CREDITS src/twisted/topfiles/ChangeLog.Old

# Include NEWS, READMEs, etc
recursive-include docs README
Expand All @@ -31,12 +31,12 @@ include tox.ini .coveragerc
include setup3.py

# Some tests stuff
recursive-include twisted *.pem
include twisted/internet/test/fake_CAs/*
include twisted/mail/test/rfc822.message
recursive-include src/twisted *.pem
include src/twisted/internet/test/fake_CAs/*
include src/twisted/mail/test/rfc822.message

# Some extras
recursive-include twisted *.glade *.pxi *.h *.c *.bat *.g *.pyx *.zsh *.txt
recursive-include src/twisted *.glade *.pxi *.h *.c *.bat *.g *.pyx *.zsh *.txt

# Docs
include docs/fun/lightbulb
Expand Down

0 comments on commit c072e02

Please sign in to comment.