Added a MANIFEST excluding tests from distribution

Otherwise find_packages() sees tests/ as something that must be installed.
Currently installing `rq` creates a `tests` directory in `site-packages`,
conflicting with projects having a local `tests` directory like rq does :)
main
Bruno Renié 12 years ago
parent 5a5e14cc70
commit df347fb654

@ -0,0 +1 @@
recursive-exclude tests *
Loading…
Cancel
Save