We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c15f5e commit 22d6375Copy full SHA for 22d6375
1 file changed
setup.py
@@ -1,7 +1,6 @@
1
#!/usr/bin/env python3
2
"""Luftdaten Python Wrapper setup script."""
3
import os
4
-import sys
5
6
try:
7
from setuptools import setup
@@ -13,10 +12,6 @@
13
12
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='luftdaten',
22
version='0.6.4',
0 commit comments