Added the rest of the modules I should have added in the first place.
This commit is contained in:
parent
78630d163f
commit
cc93ff17de
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.md') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='scrython',
|
name='scrython',
|
||||||
packages=['scrython', 'scrython.cards', 'scrython.rulings'],
|
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
description='A wrapper for using the Scryfall API.',
|
description='A wrapper for using the Scryfall API.',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
|
|
Loading…
Reference in New Issue