Skip to content

Commit 22d6375

Browse files
committed
Remove obsolete publish part
1 parent 8c15f5e commit 22d6375

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
"""Luftdaten Python Wrapper setup script."""
33
import os
4-
import sys
54

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

16-
if sys.argv[-1] == 'publish':
17-
os.system('python3 setup.py sdist upload')
18-
sys.exit()
19-
2015
setup(
2116
name='luftdaten',
2217
version='0.6.4',

0 commit comments

Comments
 (0)