Added the rest of the modules I should have added in the first place.

This commit is contained in:
Nanda Scott 2018-02-20 10:42:25 -05:00
parent 78630d163f
commit cc93ff17de
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with open('README.md') as f:
setup(
name='scrython',
packages=['scrython', 'scrython.cards', 'scrython.rulings'],
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
version='1.0.0',
description='A wrapper for using the Scryfall API.',
long_description=readme,