Add json files to the example templates in the setup.py

This commit is contained in:
Thomas S Hatch 2011-05-16 22:26:56 -06:00
parent c0c253d734
commit cd83ffcaee

View file

@ -74,7 +74,10 @@ setup(name=NAME,
(template_path,
['doc/example/templates/yaml-jinja.yml',
'doc/example/templates/yaml-mako.yml',
'doc/example/templates/yaml.yml'
'doc/example/templates/yaml.yml',
'doc/example/templates/json-jinja.json',
'doc/example/templates/json-mako.json',
'doc/example/templates/json.json',
]),
],
)