File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212- Start testing on PyPy. Due to [ #342 ] ( https://github.com/PyFilesystem/pyfilesystem2/issues/342 )
1313 we have to treat PyPy builds specially and allow them to fail, but at least we'll
1414 be able to see if we break something aside from known issues with FTP tests.
15+ - Include docs in source distributions as well the whole tests folder,
16+ ensuring ` conftest.py ` is present, fixes [ #364 ] ( https://github.com/PyFilesystem/pyfilesystem2/issues/364 ) .
1517- Stop patching copy with Python 3.8+ because it already uses sendfile.
1618
1719## [ 2.4.11] - 2019-09-07
Original file line number Diff line number Diff line change 11include LICENSE
2+ graft tests
3+ graft docs
4+ global-exclude __pycache__
5+ global-exclude *.py[co]
You can’t perform that action at this time.
0 commit comments