From cc93ff17de336555aadb0f41ac44196631b20e05 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Tue, 20 Feb 2018 10:42:25 -0500 Subject: [PATCH] Added the rest of the modules I should have added in the first place. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,