projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945d81d
)
Include conftest.py in PyPI tarball
author
Robert Schütz
<robert.schuetz@stud.uni-heidelberg.de>
Mon, 5 Nov 2018 12:37:47 +0000
(13:37 +0100)
committer
GitHub
<noreply@github.com>
Mon, 5 Nov 2018 12:37:47 +0000
(13:37 +0100)
This is needed to successfully run the tests on Python 2.7.
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 7e355c44cbba0cd53488c4885f298df2f30376ac..ae5ca21f8d8f225c242f47240c68279d5b4377c4 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-5,6
+5,7
@@
include LICENSE
include README.rst
recursive-include tests *
+include conftest.py
recursive-exclude * __pycache__
recursive-exclude * *.py[co]