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 dd6cdfd commit e3a7bf7Copy full SHA for e3a7bf7
setup.py
@@ -1,7 +1,11 @@
1
#!/usr/bin/env python3
2
+"""
3
+Copyright (c) 2017-2018 Fabian Affolter <[email protected]>
4
+
5
+Licensed under MIT. All rights reserved.
6
7
import os
8
import sys
-from codecs import open
9
10
try:
11
from setuptools import setup
@@ -20,7 +24,7 @@
20
24
21
25
setup(
22
26
name='netdata',
23
- version='0.0.1',
27
+ version='0.0.2',
28
description='Python API for interacting with Netdata.',
29
long_description=long_description,
30
url='https://github.com/fabaff/python-netdata',
0 commit comments