diff --git a/README.md b/README.md index b73f59d..e499608 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AudioStretchy is a Python library that allows you to time-stretch audio signals without changing their pitch. It is a wrapper around the [audio-stretch](https://github.com/dbry/audio-stretch) library by David Bryant, which implements a sophisticated time-stretching algorithm for high-quality results. -Version: 1.0.5 +Version: 1.0.7 ## Features diff --git a/setup.cfg b/setup.cfg index 3a7963c..910b105 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,9 +5,9 @@ [metadata] name = audiostretchy -description = Add a short description here! -author = twardoch -author_email = adam@twardoch.com +description = Wrapper around the audio-stretch C library to time-stretch WAV files without changing their pitch +author = Adam Twardoch +author_email = adam+github@twardoch.com license = BSD-3-Clause license_files = LICENSE.txt long_description = file: README.md @@ -41,7 +41,7 @@ package_dir = =src # Require a min/specific Python version (comma-separated conditions) -# python_requires = >=3.8 +python_requires = >=3.8 # Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0. # Version specifiers like >=2.2,<3.0 avoid problems due to API changes in