From 5428bcd71a1d5058af83cc12fe9ad5bd51057591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Wed, 13 Mar 2019 23:56:31 +0100 Subject: [PATCH] update manifest --- MANIFEST.in | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7d9c95c..25a088c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include tests/data/The Easton Ellises - Falcon 69.stem.mp4 \ No newline at end of file +include stempeg/data/* \ No newline at end of file diff --git a/setup.py b/setup.py index 004af6d..3815e9f 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,9 @@ description='Read and write stem multistream audio files', long_description=long_description, long_description_content_type='text/markdown', - download_url='http://github.com/faroit/stempeg', + url='http://github.com/faroit/stempeg', author='Fabian-Robert Stoeter', + author_email='mail ät faroit.com', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console',