From f6112c5c1f0ad15be58a18aa83cfac622910365b Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sat, 14 Apr 2018 14:43:12 -0400 Subject: [PATCH] Incrementing version to fix issues with downloading via pip --- setup.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index de61588..225371f 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,11 @@ from setuptools import setup -readme = '' -with open('README.md') as f: - readme = f.read() - setup( name='scrython', packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'], - version='1.4.1', + version='1.4.2', description='A wrapper for using the Scryfall API.', - long_description=readme, + long_description='https://github.com/NandaScott/Scrython/blob/master/README.md', url='https://github.com/NandaScott/Scrython', download_url='https://github.com/NandaScott/Scrython/archive/0.1.0.tar.gz', author='Nanda Scott',