diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 10:50:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 10:50:30 -0500 |
commit | 78337beb23e68b062f60f42e1f7baf1d51f2587d (patch) | |
tree | e72a0e4403483e3268780156cdd20453304ed8c7 | |
parent | 570305131f408b42522d1d7e87292ec752457e65 (diff) | |
download | external_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.tar.gz external_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.tar.bz2 external_python_setuptools-78337beb23e68b062f60f42e1f7baf1d51f2587d.zip |
Include pytest.ini in MANIFEST.in. Fixes #359.13.0.2
-rw-r--r-- | CHANGES.txt | 7 | ||||
-rw-r--r-- | MANIFEST.in | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cc9c3939..f7c56b4a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ------ +13.0.2 +------ + +* Issue #359: Include pytest.ini in the sdist so invocation of py.test on the + sdist honors the pytest configuration. + +------ 13.0.1 ------ diff --git a/MANIFEST.in b/MANIFEST.in index 428bbd1e..8a4523a9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,4 @@ include *.txt include MANIFEST.in include launcher.c include msvc-build-launcher.cmd +include pytest.ini |