Add factory plugin tags + favorites
This commit is contained in:
17
plugin_metadata/wscript
Normal file
17
plugin_metadata/wscript
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
||||
def configure(conf):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
maps = bld.path.ant_glob ('*')
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'plugin_metadata'),
|
||||
maps)
|
||||
|
||||
def options(opt):
|
||||
pass
|
||||
Reference in New Issue
Block a user