Merge pull request #4 from chr1st0ph3rGG/master

Update setup.py
This commit is contained in:
Josh Sherman 2024-08-09 16:04:14 -05:00 committed by GitHub
commit 0b00bcf471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,9 @@ setup(
author_email='hello@holidayapi.com',
keywords=['python','holidayapi','holiday','api'],
license='MIT',
packages=['holidayapi']
packages=['holidayapi'],
install_requires=[
'requests',
],
)