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-chunkware-test.py b/lutin_audio-algo-chunkware-test.py index abb6a2a..dae1172 100644 --- a/lutin_audio-algo-chunkware-test.py +++ b/lutin_audio-algo-chunkware-test.py @@ -23,7 +23,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-chunkware.py b/lutin_audio-algo-chunkware.py index a622206..0f30117 100644 --- a/lutin_audio-algo-chunkware.py +++ b/lutin_audio-algo-chunkware.py @@ -20,10 +20,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