Update setup.py (#383)

This commit is contained in:
Linus Groh
2018-10-02 09:30:27 +02:00
committed by Ritiek Malhotra
parent 9703bec5c8
commit 6cb12722d0

View File

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