mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Minor fixes for a working 1.0.0 release (#347)
This commit is contained in:
committed by
Ritiek Malhotra
parent
40d711b532
commit
9cd8fdbc2f
5
setup.py
5
setup.py
@@ -1,6 +1,3 @@
|
|||||||
import re
|
|
||||||
import ast
|
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
with open('README.md', 'r') as f:
|
with open('README.md', 'r') as f:
|
||||||
@@ -36,7 +33,7 @@ setup(
|
|||||||
author='Ritiek Malhotra and the spotify-downloader contributors',
|
author='Ritiek Malhotra and the spotify-downloader contributors',
|
||||||
author_email='ritiekmalhotra123@gmail.com',
|
author_email='ritiekmalhotra123@gmail.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
python_require='>=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/spotify-downloader/',
|
||||||
keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'],
|
keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'],
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
|
from spotdl import __version__
|
||||||
from spotdl import const
|
from spotdl import const
|
||||||
from spotdl import handle
|
from spotdl import handle
|
||||||
from spotdl import metadata
|
from spotdl import metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user