Minor fixes for a working 1.0.0 release (#347)

This commit is contained in:
Linus Groh
2018-09-09 17:35:42 +02:00
committed by Ritiek Malhotra
parent 40d711b532
commit 9cd8fdbc2f
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
import re
import ast
from setuptools import setup
with open('README.md', 'r') as f:
@@ -36,7 +33,7 @@ setup(
author='Ritiek Malhotra and the spotify-downloader contributors',
author_email='ritiekmalhotra123@gmail.com',
license='MIT',
python_require='>=3.4',
python_requires='>=3.4',
url='https://github.com/ritiek/spotify-downloader',
download_url='https://pypi.org/project/spotify-downloader/',
keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'],