This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
rq
mirror of
https://github.com/rq/rq.git
Watch
1
Star
1
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84833b9c5f
rq
/
MANIFEST.in
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Include LICENSE in manifest (#1134)
2019-09-08 11:04:15 +00:00
include LICENSE
Fix some code quality issues (#1235)
2020-05-03 10:35:01 +00:00
include *.toml
include requirements.txt in sdist (#1335) Fixes: #1328
2020-09-10 00:52:05 +00:00
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 :)
2013-03-16 09:31:02 +00:00
recursive-exclude tests *