Skip to content

Commit 59d788a

Browse files
authored
Include additional files in source distributions, fixes #364
2 parents edce92d + 17d2ea5 commit 59d788a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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
- Stop patching copy with Python 3.8+ because it already uses sendfile.
1618

1719
## [2.4.11] - 2019-09-07

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)