##// END OF EJS Templates
New version released: v2.1.5
Miguel Valdez -
r638:8f0012122fef
parent child
Show More
@@ -1,31 +1,31
1 1 '''
2 2 Created on Jul 16, 2014
3 3
4 4 @author: roj-idl71
5 5 '''
6 6
7 7 from distutils.core import setup, Extension
8 8
9 9 setup(name="schainpy",
10 version="2.1.4",
10 version="2.1.5",
11 11 description="Python tools to read, write and process Jicamarca data",
12 12 author="Miguel Urco",
13 13 author_email="miguel.urco@jro.igp.gob.pe",
14 14 url="http://jro.igp.gob.pe",
15 15 packages = {'schainpy',
16 16 'schainpy.model',
17 17 'schainpy.model.data',
18 18 'schainpy.model.graphics',
19 19 'schainpy.model.io',
20 20 'schainpy.model.proc',
21 21 'schainpy.model.utils',
22 22 'schainpy.gui',
23 23 'schainpy.gui.figures',
24 24 'schainpy.gui.viewcontroller',
25 25 'schainpy.gui.viewer',
26 26 'schainpy.gui.viewer.windows'},
27 27 py_modules=['schainpy.serializer.DataTranslate',
28 28 'schainpy.serializer.JROSerializer'],
29 29 package_data={'schainpy.gui.figures': ['*.jpg', '*.jpeg', '*.png', '*.gif']},
30 30 include_package_data=True,
31 31 scripts =['schainpy/gui/schainGUI']) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now