binary generation ok
This commit is contained in:
@@ -31,8 +31,9 @@ dynamic = ["version"]
|
||||
[project.scripts]
|
||||
testium = "testium:main"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
docpkg = ["*.pdf"]
|
||||
[tool.setuptools.packages.find]
|
||||
where=["."]
|
||||
exclude=["lua_func", "py_func"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {file = ["VERSION"]}
|
||||
|
||||
@@ -46,6 +46,7 @@ def get_testium_version():
|
||||
return (ver + " (binary release)")
|
||||
|
||||
# Executed from sources
|
||||
try:
|
||||
if prefs.settings.git_supported:
|
||||
git = import_module("git")
|
||||
path = tm.get_main_dir()
|
||||
@@ -61,6 +62,8 @@ def get_testium_version():
|
||||
return "Warning : testium not versioned"
|
||||
else:
|
||||
return "Warning git not supported in your settings, version of testium is unknown."
|
||||
except:
|
||||
return ("Unknown")
|
||||
|
||||
def get_modifications(path : str)-> str:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user