We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 990ddd4 + 7bbc722 commit dbf19bcCopy full SHA for dbf19bc
setup.py
@@ -8,12 +8,6 @@
8
SETUP_DIR = os.path.dirname(__file__)
9
README = os.path.join(SETUP_DIR, 'README.rst')
10
11
-# if python3 runtime and `setup.py install` is called
12
-if sys.version_info.major == 3 and sys.argv[1] == 'install':
13
- print("Aborting installation. CWL Tool doesn't support Python 3 currently.")
14
- print("Install using Python 2 pip.")
15
- exit(1)
16
-
17
try:
18
import gittaggers
19
0 commit comments