We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65929f0 commit b20b63aCopy full SHA for b20b63a
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
setup(
8
name='betterstack-uptime',
9
packages=find_packages(include=['betterstack.uptime']),
10
- version='1.0.0',
+ version='1.0.1',
11
author='iWink',
12
author_email='hosting@iwink.nl',
13
description='Library for communicating with the BetterStack Uptime API',
@@ -16,9 +16,9 @@
16
url="https://github.com/iwink/python-betterstack-uptime",
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
- "Licence :: OSI Approved :: MIT Licence",
+ "License :: OSI Approved :: MIT License",
20
"Operating System :: OS Independent",
21
- "Licence :: OSI Approved :: GNU General Public Licence v3 (GPLv3)",
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
22
],
23
python_requires='>=3',
24
install_requires=['requests'],
0 commit comments