From 74da04a8185a34338d101eae84d72f1b152ddb21 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Sat, 20 Jan 2024 17:43:49 +0100 Subject: [PATCH] Include tox.ini into the source distribution - also add mypy.ini and the requirements files - see #937 --- CHANGES.md | 5 +++++ MANIFEST.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2b44a075..36379a14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # pyfakefs Release Notes The released versions correspond to PyPI releases. +## Unreleased + +### Packaging +* include `tox.ini` and a few more files into the source distribution (see [#937](../../issues/937)) + ## [Version 5.3.4](https://pypi.python.org/pypi/pyfakefs/5.3.4) (2024-01-19) Bugfix release. diff --git a/MANIFEST.in b/MANIFEST.in index b1abafcc..aed0396d 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ -include CHANGES.md include COPYING -include README.md +include *.md +include *.ini +include *.txt