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',