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 :)
This commit is contained in:
Bruno Renié 2013-03-16 10:31:02 +01:00
parent 5a5e14cc70
commit df347fb654
1 changed files with 1 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-exclude tests *