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.
master
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
rq
/
MANIFEST.in
5 lines
82 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Include LICENSE in manifest (#1134)
5 years ago
include LICENSE
Fix some code quality issues (#1235)
5 years ago
include *.toml
include requirements.txt in sdist (#1335) Fixes: #1328
4 years ago
include requirements.txt
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 *