committed key. again.

This commit is contained in:
Kepoor Hampond 2017-01-27 00:20:13 -08:00
parent ca5cbea5ea
commit 1e81c8827e
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@ CONFIG = dict(
# These are necessary to download Spotify playlists # These are necessary to download Spotify playlists
client_id = 'e4198f6a3f7b48029366f22528b5dc66', client_id = '',
client_secret = '69adc699f79e4640a6fd7610635b025f', client_secret = '',
# For a custom directory. Note that `~` will not work as a shortcut. # For a custom directory. Note that `~` will not work as a shortcut.
directory = str(expanduser("~")) + "/Music", directory = str(expanduser("~")) + "/Music",

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='irs', name='irs',
version='3.1.0', version='3.1.1',
description='A music downloader that just gets metadata.', description='A music downloader that just gets metadata.',
url='https://github.com/kepoorhampond/irs', url='https://github.com/kepoorhampond/irs',
author='Kepoor Hampond', author='Kepoor Hampond',