[DEBUG] correct windows minGW version
This commit is contained in:
parent
fa1b618896
commit
fd58b31c26
@ -142,6 +142,9 @@ class Target:
|
|||||||
self.path_build = os.path.join("build", self.config["compilator"])
|
self.path_build = os.path.join("build", self.config["compilator"])
|
||||||
|
|
||||||
def create_number_from_version_string(self, data):
|
def create_number_from_version_string(self, data):
|
||||||
|
tmp_data = data.split("-")
|
||||||
|
if len(tmp_data) > 1:
|
||||||
|
data = tmp_data[0]
|
||||||
list = data.split(".")
|
list = data.split(".")
|
||||||
if len(list) == 1:
|
if len(list) == 1:
|
||||||
list.append("0")
|
list.append("0")
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ def readme():
|
|||||||
|
|
||||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
setup(name='lutin',
|
setup(name='lutin',
|
||||||
version='0.7.2',
|
version='0.7.3',
|
||||||
description='Lutin generic builder',
|
description='Lutin generic builder',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
url='http://github.com/HeeroYui/lutin',
|
url='http://github.com/HeeroYui/lutin',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user