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 972b061 commit 71c52aaCopy full SHA for 71c52aa
setup.py
@@ -2,13 +2,15 @@
2
3
setup(
4
name='labstack',
5
- version='0.3.0',
+ version='0.3.1',
6
description='Official Python client library for the LabStack REST API',
7
long_description='`<https://github.com/labstack/labstack-python>`_',
8
keywords='labstack cube email log mqtt store',
9
+ url='https://github.com/labstack/labstack-python',
10
author='Vishal Rana',
11
author_email='vr@labstack.com',
12
license='MIT',
13
+ packages=['labstack'],
14
install_requires=[
15
'requests==2.18.1',
16
'arrow==0.10.0'
0 commit comments