We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a118c5 commit 96fd034Copy full SHA for 96fd034
1 file changed
setup.py
@@ -56,14 +56,9 @@ def get_ec_name_by_system():
56
else:
57
raise ValueError('Cannot determine architecture')
58
59
- # The core, from `2.7.0`, introduces the extension in the tarball name
60
- # (e.g. `ec-windows-386.exe.tar.gz`, `ec-windows-arm.exe.tar.gz`)
61
- _ext = '.exe' if _system == 'Windows' else ''
62
-
63
- return 'ec-{}-{}{}'.format(
+ return 'ec-{}-{}'.format(
64
_system.lower(),
65
_architecture,
66
- _ext,
67
)
68
69
return 'https://github.com/editorconfig-checker/editorconfig-checker/releases/download/{}/{}.tar.gz'.format(
0 commit comments