source: trunk/MANIFEST.in

Last change on this file was 9da041c, checked in by Brian Warner <warner@…>, at 2017-01-19T00:28:23Z

setup.py/MANIFEST.in: include missing files

Oops, we didn't include test.web in the previous release tarball, or the
tests under integration/ .

  • Property mode set to 100644
File size: 333 bytes
Line 
1include README.rst
2include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home
3include relnotes.txt
4include Dockerfile
5include tox.ini .appveyor.yml .travis.yml
6include .coveragerc
7recursive-include src *.xhtml *.js *.png *.css *.svg *.txt
8graft docs
9graft misc
10graft static
11graft integration
12
13global-exclude *~ *.pyc
Note: See TracBrowser for help on using the repository browser.