Skip to content

Commit

Permalink
[requirements] getting setup.py to include key files for .deb packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 18, 2011
1 parent 871ffad commit 7c38fab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
},
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
package_data={'ckan': ['i18n/*/LC_MESSAGES/*.mo']},
package_data={'ckan': [
'i18n/*/LC_MESSAGES/*.mo',
'migration/migrate.cfg',
'migration/README',
'migration/tests/test_dumps/*',
'migration/versions/*',
]},
message_extractors = {'ckan': [
('**.py', 'python', None),
('templates/importer/**', 'ignore', None),
Expand Down

0 comments on commit 7c38fab

Please sign in to comment.