We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971bba9 commit 8fe8f32Copy full SHA for 8fe8f32
setup.py
@@ -14,7 +14,7 @@
14
author='FreeTAKTeam',
15
author_email='your.email@domain.com',
16
url='https://github.com/FreeTAKTeam/FreeTakServer',
17
- download_url=f'https://github.com/FreeTAKTeam/FreeTakServer/archive/{ version }.tar.gz',
+ download_url=f'https://github.com/FreeTAKTeam/FreeTakServer/archive/'+version+'.tar.gz',
18
keywords=['TAK', 'OPENSOURCE'],
19
install_requires=[
20
'flask==1.1.2',
0 commit comments