mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 04:16:32 +00:00
commit
0b00bcf471
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -9,6 +9,9 @@ setup(
|
|||
author_email='hello@holidayapi.com',
|
||||
keywords=['python','holidayapi','holiday','api'],
|
||||
license='MIT',
|
||||
packages=['holidayapi']
|
||||
packages=['holidayapi'],
|
||||
install_requires=[
|
||||
'requests',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue