@@ -27,7 +27,7 setup(name="schainpy", | |||
|
27 | 27 | 'schainpy.gui.viewer.windows'}, |
|
28 | 28 | py_modules=['schainpy.serializer.DataTranslate', |
|
29 | 29 | 'schainpy.serializer.JROSerializer'], |
|
30 | package_data={'schainpy.gui.figures': ['*.png']}, | |
|
30 | package_data={'schainpy.gui.figures': ['*.png','*.jpg']}, | |
|
31 | 31 | include_package_data=True, |
|
32 | 32 | scripts =['schainpy/gui/schainGUI'], |
|
33 | 33 | install_requires=["numpy >= 1.6.0", |
General Comments 0
You need to be logged in to leave comments.
Login now