mirror of https://github.com/rq/rq.git
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:
parent
5a5e14cc70
commit
df347fb654
|
@ -0,0 +1 @@
|
|||
recursive-exclude tests *
|
Loading…
Reference in New Issue