mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update setup.py (#383)
This commit is contained in:
committed by
Ritiek Malhotra
parent
9703bec5c8
commit
6cb12722d0
4
setup.py
4
setup.py
@@ -8,7 +8,6 @@ import spotdl
|
|||||||
setup(
|
setup(
|
||||||
# 'spotify-downloader' was already taken :/
|
# 'spotify-downloader' was already taken :/
|
||||||
name='spotdl',
|
name='spotdl',
|
||||||
py_modules=['spotdl'],
|
|
||||||
# Tests are included automatically:
|
# Tests are included automatically:
|
||||||
# https://docs.python.org/3.6/distutils/sourcedist.html#specifying-the-files-to-distribute
|
# https://docs.python.org/3.6/distutils/sourcedist.html#specifying-the-files-to-distribute
|
||||||
packages=['spotdl'],
|
packages=['spotdl'],
|
||||||
@@ -35,7 +34,7 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
python_requires='>=3.4',
|
python_requires='>=3.4',
|
||||||
url='https://github.com/ritiek/spotify-downloader',
|
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'],
|
keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
@@ -46,6 +45,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Topic :: Multimedia',
|
'Topic :: Multimedia',
|
||||||
'Topic :: Multimedia :: Sound/Audio',
|
'Topic :: Multimedia :: Sound/Audio',
|
||||||
|
|||||||
Reference in New Issue
Block a user