mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 04:16:32 +00:00
Initial commit
This commit is contained in:
parent
9ebc846538
commit
9cba09675e
3 changed files with 67 additions and 0 deletions
14
setup.py
Normal file
14
setup.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='python-holidayapi',
|
||||
version='1.0.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']
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue