root/cly/tags/final-dictionary-based-version/MANIFEST.in

Revision 91, 240 bytes (checked in by athomas, 3 years ago)

Major rearrangement. I have consolidated all of the parsing related stuff into
cly.parse, interactive is in cly.interactive, symbols are still separate in
cly.symbols.

Line 
1 include README
2 include cly/*.py
3 include cly/*.c
4 include crash/*.py
5 global-exclude *~
6 global-exclude *.tmp
7 global-exclude *.bak
8 global-exclude *.old
9 global-exclude .svn
10 global-exclude .svn/*
11 global-exclude .svn/*/*
12 global-exclude .svn/*/*/*
Note: See TracBrowser for help on using the browser.