ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 101 forks source link

install fanstatic templates (fixes #31) #35

Closed grahame closed 8 years ago

grahame commented 8 years ago

Fix setup.py so that the fanstatic CSS and JS files are installed.

metaodi commented 8 years ago

@grahame could you please rebase the master branch? The build fails because of an error I fixed today.

grahame commented 8 years ago

@metaodi done :-)

metaodi commented 8 years ago

@grahame Thanks. I was wondering if it might be better to put your change in the MANIFEST.in file instead of adding it to the package_data. WDYT?

There the line would be something like that:

recursive-include    ckanext/pages/fanstatic          *
grahame commented 8 years ago

@metaodi: no worries, done

metaodi commented 8 years ago

@grahame Perfect, thanks for this patch!