Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/pyrobird/MANIFEST.in is written in an unsupported language. File is not indexed.

0001 # MANIFEST.in
0002 
0003 # pyrobird library
0004 recursive-include pyrobird *.py
0005 
0006 # Include YAML files
0007 include pyrobird/data/*.yaml
0008 
0009 # Include all files in the static and templates directories
0010 recursive-include pyrobird/server/static *
0011 recursive-include pyrobird/server/templates *