Scrython/setup.py

11 lines
256 B
Python
Raw Normal View History

2018-01-11 01:14:33 +00:00
from setuptools import setup
setup(name='scrython',
version='0.0.1',
description='A library to interact with the Scryfall API.',
url='https://github.com/NandaScott/Scrython',
author='Nanda Scott',
license='MIT',
packages=['cards'],
zip_safe=False)