holidayapi-python/setup.py
Josh Sherman a2c5190805
chore: cleanin' and bumpin'
* Updated copyright years / company name on LICENSE.
* Fixed up spacing in the README.
* Bumped version number.
2019-04-19 22:58:53 -05:00

14 lines
353 B
Python

from setuptools import setup
setup(
name='python-holidayapi',
version='1.1.0',
description='Official Python library for Holiday API',
url='https://holidayapi.com',
author='Josh Sherman',
author_email='hello@holidayapi.com',
keywords=['python','holidayapi','holiday','api'],
license='MIT',
packages=['holidayapi']
)