Skip to content

Commit

Permalink
Merge pull request #3047 from muccg/include-migration-sql
Browse files Browse the repository at this point in the history
include '.sql' migrations (Fixes #3045)
  • Loading branch information
amercader committed May 31, 2016
2 parents 8e6aab9 + c1d4dda commit eefe7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Expand Up @@ -17,4 +17,6 @@ include ckanext/datastore/set_permissions.sql
prune .git
include CHANGELOG.txt
include ckan/migration/migrate.cfg
include ckan/migration/README
recursive-include ckan/migration/versions *.sql
recursive-include ckan_deb *
8 changes: 0 additions & 8 deletions setup.py
Expand Up @@ -180,14 +180,6 @@
zip_safe=False,
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['ckanext', 'ckanext.stats'],
include_package_data=True,
package_data={'ckan': [
'i18n/*/LC_MESSAGES/*.mo',
'migration/migrate.cfg',
'migration/README',
'migration/tests/test_dumps/*',
'migration/versions/*',
]},
message_extractors={
'ckan': [
('**.py', 'python', None),
Expand Down

0 comments on commit eefe7bf

Please sign in to comment.