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 COPYING pylintrc *.rst *.txt
|
||||||
include *.rst
|
recursive-include docs *
|
||||||
include requirements*.txt
|
prune docs/_build
|
||||||
recursive-include docs *.rst
|
recursive-include tests *.py
|
||||||
|
recursive-include tests/data *
|
||||||
|
|||||||
@ -13,6 +13,8 @@ Another great release.
|
|||||||
**Changes**
|
**Changes**
|
||||||
|
|
||||||
- Exit early if not Python >= 2.6, < 3.
|
- 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)
|
0.1.0a3 (2010-08-03)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user