Skip to content

Commit b20b63a

Browse files
author
Wouter Mellema
committed
Modified setup.py for release
1 parent 65929f0 commit b20b63a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='betterstack-uptime',
99
packages=find_packages(include=['betterstack.uptime']),
10-
version='1.0.0',
10+
version='1.0.1',
1111
author='iWink',
1212
author_email='hosting@iwink.nl',
1313
description='Library for communicating with the BetterStack Uptime API',
@@ -16,9 +16,9 @@
1616
url="https://github.com/iwink/python-betterstack-uptime",
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
19-
"Licence :: OSI Approved :: MIT Licence",
19+
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
21-
"Licence :: OSI Approved :: GNU General Public Licence v3 (GPLv3)",
21+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2222
],
2323
python_requires='>=3',
2424
install_requires=['requests'],

0 commit comments

Comments
 (0)