Changeset 1039
- Timestamp:
- 04/03/06 10:01:22
- Files:
-
- trunk/MANIFEST.in (modified) (1 diff)
- trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST.in
r656 r1039 8 8 include cherrypy/test/style.css 9 9 include cherrypy/test/static/*.html 10 include cherrypy/test/static/*.jpg trunk/setup.py
r1037 r1039 52 52 ('cherrypy/test', ['cherrypy/test/style.css',]), 53 53 ('cherrypy/test/static', ['cherrypy/test/static/index.html', 54 'cherrypy/test/static/has space.html',]), 54 'cherrypy/test/static/has space.html', 55 'cherrypy/test/static/dirback.jpg',]), 55 56 ] 56 57 ###############################################################################

