File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
1618## [ 2.4.11] - 2019-09-07
1719
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Many thanks to the following developers for contributing to this project:
66- [ Diego Argueta] ( https://github.com/dargueta )
77- [ Geoff Jukes] ( https://github.com/geoffjukes )
88- [ Giampaolo] ( https://github.com/gpcimino )
9+ - [ Louis Sautier] ( https://github.com/sbraz )
910- [ Martin Larralde] ( https://github.com/althonos )
1011- [ Will McGugan] ( https://github.com/willmcgugan )
1112- [ Zmej Serow] ( https://github.com/zmej-serow )
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