From 6cb12722d010e256a54716844d6aedfd9edfbd11 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 2 Oct 2018 09:30:27 +0200 Subject: [PATCH] Update setup.py (#383) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f7defba..c0d2b4f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,6 @@ import spotdl setup( # 'spotify-downloader' was already taken :/ name='spotdl', - py_modules=['spotdl'], # Tests are included automatically: # https://docs.python.org/3.6/distutils/sourcedist.html#specifying-the-files-to-distribute packages=['spotdl'], @@ -35,7 +34,7 @@ setup( license='MIT', python_requires='>=3.4', url='https://github.com/ritiek/spotify-downloader', - download_url='https://pypi.org/project/spotify-downloader/', + download_url='https://pypi.org/project/spotdl/', keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'], classifiers=[ 'Development Status :: 4 - Beta', @@ -46,6 +45,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Multimedia', 'Topic :: Multimedia :: Sound/Audio',