Skip to content

Commit

Permalink
Minor fixes for a working 1.0.0 release (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored and ritiek committed Sep 9, 2018
1 parent 40d711b commit 9cd8fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import re
import ast

from setuptools import setup

with open('README.md', 'r') as f:
Expand Down Expand Up @@ -36,7 +33,7 @@
author='Ritiek Malhotra and the spotify-downloader contributors',
author_email='[email protected]',
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'],
Expand Down
1 change: 1 addition & 0 deletions spotdl/spotdl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
from spotdl import __version__
from spotdl import const
from spotdl import handle
from spotdl import metadata
Expand Down

0 comments on commit 9cd8fdb

Please sign in to comment.