ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

Add a MANIFEST.in file to allow using the plugin through `pip install` #40

Closed jahow closed 5 years ago

jahow commented 5 years ago

This PR adds a MANIFEST.in file so that when the package is installed using pip install the html templates are correctly copied to the dist-packages directory.

Without this, only the .py files are taken into account, which means the extension is unusable (no modification of the UI).

Thanks!

jahow commented 5 years ago

@smotornyuk Hi, do you think this PR can be merged? We'd really be interested in using this extension in a production environment.

smotornyuk commented 5 years ago

@jahow , yes, sure, i'm perfectly fine with merging this one - just missed notification about your PR

jahow commented 5 years ago

Thanks!