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:
1a3e0ed
)
Include conftest.py in PyPI tarball
author
Robert Schütz
<rschuetz17@gmail.com>
Mon, 26 Feb 2018 22:39:37 +0000
(23:39 +0100)
committer
GitHub
<noreply@github.com>
Mon, 26 Feb 2018 22:39:37 +0000
(23:39 +0100)
This is required to make the tests work.
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 6fd9409801313e51b4cbc3d3129a73625df67309..7e355c44cbba0cd53488c4885f298df2f30376ac 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-8,4
+8,4
@@
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
-recursive-include docs *.rst conf.py Makefile make.bat
\ No newline at end of file
+recursive-include docs *.rst conftest.py Makefile make.bat