We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c86cb commit f701874Copy full SHA for f701874
1 file changed
setup.py
@@ -1,7 +1,6 @@
1
#!/usr/bin/env python3
2
"""Set up the Python API client for Netdata."""
3
import os
4
-import sys
5
6
try:
7
from setuptools import setup
@@ -14,10 +13,6 @@
14
13
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as desc:
15
long_description = desc.read()
16
17
-if sys.argv[-1] == 'publish':
18
- os.system('python3 setup.py sdist upload')
19
- sys.exit()
20
-
21
setup(
22
name='netdata',
23
version='0.2.0',
0 commit comments