We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c31b0 commit 971bba9Copy full SHA for 971bba9
setup.py
@@ -2,11 +2,11 @@
2
from os import path
3
4
this_directory = path.abspath(path.dirname(__file__))
5
-
+version = '1.7.5'
6
setup(
7
name='FreeTAKServer',
8
packages=find_packages(include = ['FreeTAKServer', 'FreeTAKServer.*']),
9
- version='1.7.5',
+ version=version,
10
license='Eclipse License',
11
description='An open source server for the TAK family of applications.',
12
long_description='An open source server for the TAK family of applications.',
0 commit comments