Skip to content

Commit

Permalink
added mimetypes.xml to package data list
Browse files Browse the repository at this point in the history
  • Loading branch information
poeschko committed Feb 1, 2013
1 parent e7e3cf7 commit c8a3a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -133,6 +133,7 @@ def run(self):
'media/js/three/Detector.js', 'media/js/*.js', 'templates/*.html', 'media/js/three/Detector.js', 'media/js/*.js', 'templates/*.html',
'templates/doc/*.html'] + mathjax_files, 'templates/doc/*.html'] + mathjax_files,
'mathics.data': ['*.csv', 'ExampleData/*'], 'mathics.data': ['*.csv', 'ExampleData/*'],
'mathics.builtin.pymimesniffer': ['mimetypes.xml'],
}, },


entry_points = { entry_points = {
Expand Down

0 comments on commit c8a3a72

Please sign in to comment.