Skip to content

Commit 5f5d281

Browse files
committed
Remove obsolete publish part
1 parent 5d9cd81 commit 5f5d281

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
with open(os.path.join(here, "README.rst"), encoding="utf-8") as readme_file:
1414
long_description = readme_file.read()
1515

16-
if sys.argv[-1] == "publish":
17-
os.system("python3 setup.py sdist upload")
18-
sys.exit()
19-
2016
setup(
2117
name="glances_api",
2218
version="0.2.0",

0 commit comments

Comments
 (0)