Include Sphinx scripts, pylintrc, tests and test data in PyPI packages
This commit is contained in:
parent
9ff3175b44
commit
aac9cf1359
@ -1,4 +1,5 @@
|
||||
include COPYING
|
||||
include *.rst
|
||||
include requirements*.txt
|
||||
recursive-include docs *.rst
|
||||
include COPYING pylintrc *.rst *.txt
|
||||
recursive-include docs *
|
||||
prune docs/_build
|
||||
recursive-include tests *.py
|
||||
recursive-include tests/data *
|
||||
|
||||
@ -13,6 +13,8 @@ Another great release.
|
||||
**Changes**
|
||||
|
||||
- Exit early if not Python >= 2.6, < 3.
|
||||
- Include Sphinx scripts for building docs, pylintrc, tests and test data in
|
||||
the packages created by ``setup.py`` for i.e. PyPI.
|
||||
|
||||
|
||||
0.1.0a3 (2010-08-03)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user