This website works better with JavaScript.
Explore
Help
Sign In
util
/
rq
mirror of
https://github.com/peter4431/rq.git
Watch
4
Star
0
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eb92d688a8
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'eb92d688a8'
${ noResults }
rq
/
MANIFEST.in
3 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Include LICENSE in manifest (#1134)
5 years ago
include LICENSE
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 :)
12 years ago
recursive-exclude tests *