Skip to content

Commit

Permalink
Include additional files in source distributions, fixes #364
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 19, 2020
2 parents edce92d + 17d2ea5 commit 59d788a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Start testing on PyPy. Due to [#342](https://github.com/PyFilesystem/pyfilesystem2/issues/342)
we have to treat PyPy builds specially and allow them to fail, but at least we'll
be able to see if we break something aside from known issues with FTP tests.
- Include docs in source distributions as well the whole tests folder,
ensuring `conftest.py` is present, fixes [#364](https://github.com/PyFilesystem/pyfilesystem2/issues/364).
- Stop patching copy with Python 3.8+ because it already uses sendfile.

## [2.4.11] - 2019-09-07
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include LICENSE
graft tests
graft docs
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit 59d788a

Please sign in to comment.