Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------------
Expand Down
9 changes: 8 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
include CHANGES.md
include COPYING
include MANIFEST.in
include man/*
include man/*
include requirements.txt
include test-requirements.txt
include test/data/*.flac
include test/data/*.mp3
include tests.sh
include tox.ini