##// END OF EJS Templates
fixed manifest, and changed info site
fixed manifest, and changed info site

File last commit:

r1141:42e53ebb default
r1141:42e53ebb default
Show More
MANIFEST.in
22 lines | 519 B | text/plain | TextLexer
renamed project to rhodecode
r547 include rhodecode/config/deployment.ini_tmpl
fixed manifest to import migrate.cfg file
r844 include rhodecode/lib/dbmigrate/migrate.cfg
Code cleanups, made js rollup file, some preparation for .egg creation
r457
Fixed i18n installation
r589 include README.rst
fixed manifest, and changed info site
r1141 recursive-include rhodecode/i18n *
#docs
recursive-include docs *
#init.d
recursive-include init.d *
Fixed i18n installation
r589
removed egg info, update files for distutils build...
r552 #images
renamed project to rhodecode
r547 recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
removed egg info, update files for distutils build...
r552 #js
Implemented whoosh index building as paster command....
r683 include rhodecode/public/js/yui2a.js
renamed project to rhodecode
r547 include rhodecode/public/js/excanvas.min.js
include rhodecode/public/js/yui.flot.js
fixes #58 graph.js wasn't copied to required files during installation
r678 include rhodecode/public/js/graph.js
removed egg info, update files for distutils build...
r552 #templates
recursive-include rhodecode/templates *