Skip to content

Commit af3002a

Browse files
committed
Include additional files in source distributions, fixes #364
This will ensure the missing conftest.py file is included, as well as the docs folder.
1 parent 63a14f7 commit af3002a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
include LICENSE
2+
graft tests
3+
graft docs
4+
global-exclude __pycache__
5+
global-exclude *.py[co]

0 commit comments

Comments
 (0)