We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9cd81 commit 5f5d281Copy full SHA for 5f5d281
1 file changed
setup.py
@@ -13,10 +13,6 @@
13
with open(os.path.join(here, "README.rst"), encoding="utf-8") as readme_file:
14
long_description = readme_file.read()
15
16
-if sys.argv[-1] == "publish":
17
- os.system("python3 setup.py sdist upload")
18
- sys.exit()
19
-
20
setup(
21
name="glances_api",
22
version="0.2.0",
0 commit comments