diff --git a/authors.txt b/authors.txt new file mode 100644 index 0000000..75b51f1 --- /dev/null +++ b/authors.txt @@ -0,0 +1 @@ +MR Edouard DUPIN diff --git a/lutin_audio-algo-speex-test.py b/lutin_audio-algo-speex-test.py index 2c05796..29a6094 100644 --- a/lutin_audio-algo-speex-test.py +++ b/lutin_audio-algo-speex-test.py @@ -22,7 +22,7 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def create(target, module_name): my_module = module.Module(__file__, module_name, get_type()) diff --git a/lutin_audio-algo-speex.py b/lutin_audio-algo-speex.py index fae007d..940adf8 100644 --- a/lutin_audio-algo-speex.py +++ b/lutin_audio-algo-speex.py @@ -19,10 +19,10 @@ def get_compagny_name(): return "atria-soft" def get_maintainer(): - return ["Mr DUPIN Edouard "] + return "authors.txt" def get_version(): - return [0,1,"dev"] + return "version.txt" def create(target, module_name): my_module = module.Module(__file__, module_name, get_type()) diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..6da28dd --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.1.1 \ No newline at end of file