From 863d212d63cd835a904d3edaa38dbb7415e57323 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 14 May 2020 11:36:07 +0100 Subject: [PATCH 1/2] MANIFEST.in: Include missing test-related files Otherwise, the tests will fail when run in a PyPI source release. Signed-off-by: Simon McVittie --- MANIFEST.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e1342b3..e5cc818 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,10 @@ +include CHANGES.md include COPYING include MANIFEST.in -include man/* \ No newline at end of file +include man/* +include requirements.txt +include test-requirements.txt +include test/data/*.flac +include test/data/*.mp3 +include tests.sh +include tox.ini From 0578054a3601fedfe091576917e7d047c635756d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 21 May 2020 09:10:48 +0100 Subject: [PATCH 2/2] Update changelog Signed-off-by: Simon McVittie --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 88356e3..04db6eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ Changes ======= - Added support for Python 3.8 +- Added this file to the source distribution +- Added files necessary for the tests to the source distribution +- Fixed some deprecation warnings rgain3 1.0.0 (2020-01-06) -------------------------