mirror of
https://github.com/holidayapi/holidayapi-python.git
synced 2025-06-21 04:16:32 +00:00
chore: cleanin' and bumpin'
* Updated copyright years / company name on LICENSE. * Fixed up spacing in the README. * Bumped version number.
This commit is contained in:
parent
6e92b65a9a
commit
a2c5190805
4 changed files with 13 additions and 13 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2016 Josh Sherman
|
Copyright (c) 2016, 2017, 2018, 2019 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
|
||||||
|
|
20
README.md
20
README.md
|
@ -15,16 +15,16 @@ import holidayapi
|
||||||
hapi = holidayapi.v1('_YOUR_API_KEY_')
|
hapi = holidayapi.v1('_YOUR_API_KEY_')
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
# Required
|
# Required
|
||||||
'country': 'US',
|
'country': 'US',
|
||||||
'year': 2016,
|
'year': 2016,
|
||||||
# Optional
|
# Optional
|
||||||
# 'month': 7,
|
# 'month': 7,
|
||||||
# 'day': 4,
|
# 'day': 4,
|
||||||
# 'previous': True,
|
# 'previous': True,
|
||||||
# 'upcoming': True,
|
# 'upcoming': True,
|
||||||
# 'public': True,
|
# 'public': True,
|
||||||
# 'pretty': True,
|
# 'pretty': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
holidays = hapi.holidays(parameters)
|
holidays = hapi.holidays(parameters)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-holidayapi',
|
name='python-holidayapi',
|
||||||
version='1.0.0',
|
version='1.1.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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue