Adding bulk_data to package list.

This commit is contained in:
Nanda Scott 2018-10-28 11:41:56 -04:00
parent 7aef175e42
commit ea5a21bd89
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ from setuptools import setup
setup(
name='scrython',
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
version='1.6.0',
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology', 'scrython.bulk_data'],
version='1.6.1',
description='A wrapper for using the Scryfall API.',
long_description='https://github.com/NandaScott/Scrython/blob/master/README.md',
url='https://github.com/NandaScott/Scrython',