diff --git a/setup.py b/setup.py index c668e62..9651e34 100644 --- a/setup.py +++ b/setup.py @@ -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,