Skip to content

Commit f701874

Browse files
committed
Remove obsolete publish part
1 parent d4c86cb commit f701874

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22
"""Set up the Python API client for Netdata."""
33
import os
4-
import sys
54

65
try:
76
from setuptools import setup
@@ -14,10 +13,6 @@
1413
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as desc:
1514
long_description = desc.read()
1615

17-
if sys.argv[-1] == 'publish':
18-
os.system('python3 setup.py sdist upload')
19-
sys.exit()
20-
2116
setup(
2217
name='netdata',
2318
version='0.2.0',

0 commit comments

Comments
 (0)