[DEV] add monk file
This commit is contained in:
parent
e949384b81
commit
05cd1f5cd8
19
monk_esignal.py
Normal file
19
monk_esignal.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
import monkModule
|
||||||
|
import monkTools as tools
|
||||||
|
import os
|
||||||
|
|
||||||
|
def get_desc():
|
||||||
|
return "E-signal simple signal syncronous library"
|
||||||
|
|
||||||
|
def create():
|
||||||
|
# module name is 'ewol' and type binary.
|
||||||
|
myModule = monkModule.Module(__file__, 'esignal', 'LIBRARY')
|
||||||
|
# enable doculentation :
|
||||||
|
myModule.set_website("http://atria-soft.github.io/esignal/")
|
||||||
|
myModule.set_website_sources("http://github.com/atria-soft/esignal/")
|
||||||
|
myModule.set_path(os.path.join(tools.get_current_path(__file__), "esignal"))
|
||||||
|
myModule.set_path_general_doc(os.path.join(tools.get_current_path(__file__), "doc"))
|
||||||
|
# add the currrent module at the
|
||||||
|
return myModule
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user