# Top level directory include README.txt include README.es.txt include RELEASE.txt include GPL.txt include Makefile include test.py include ftesting.zcml include remove-stale-bytecode.py include schoolbell-server.py include schoolbell.conf.in # misc directories include images/schoolbell.svg include scripts/schoolbell include doc/restive-interface.txt recursive-include doc/examples *.txt *.sh *.py # Data files installed in the setup.py # If you modify this, also modify the regex in setup.py recursive-include src/schoolbell *.pt *.js *.png *.gif *.css *.mo recursive-include src/schoolbell *.rng *.xml *.zcml *.ico *.pot *.po # Miscellaneous other data files (mostly for testing - yes *.py is right!) recursive-include src/schoolbell *.ics recursive-include src/schoolbell *.py *.txt *.conf # Some things that we should not let into a distribution # RCS stuff is handled internally by distutils # NOTE: it is important that this is last global-exclude *.mo *.so *.pyo *.pyc *.pyd