mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 12:26:32 +00:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
c3f02c4ecb | |||
0b00bcf471 | |||
|
2b49d85ad4 |
2 changed files with 6 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2016, 2017, 2018, 2019 Gravity Boulevard, LLC
|
Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Gravity Boulevard, LLC
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -2,13 +2,16 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-holidayapi',
|
name='python-holidayapi',
|
||||||
version='1.1.0',
|
version='1.2.0',
|
||||||
description='Official Python library for Holiday API',
|
description='Official Python library for Holiday API',
|
||||||
url='https://holidayapi.com',
|
url='https://holidayapi.com',
|
||||||
author='Josh Sherman',
|
author='Josh Sherman',
|
||||||
author_email='hello@holidayapi.com',
|
author_email='hello@holidayapi.com',
|
||||||
keywords=['python','holidayapi','holiday','api'],
|
keywords=['python','holidayapi','holiday','api'],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=['holidayapi']
|
packages=['holidayapi'],
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue