@@ -4,8 +4,8 Created on Jul 16, 2014 | |||
|
4 | 4 | @author: roj-idl71 |
|
5 | 5 | ''' |
|
6 | 6 | |
|
7 | from distutils.core import setup, Extension | |
|
8 | 7 | from schainpy import __version__ |
|
8 | from setuptools import setup, Extension | |
|
9 | 9 | |
|
10 | 10 | setup(name="schainpy", |
|
11 | 11 | version=__version__, |
@@ -29,4 +29,10 setup(name="schainpy", | |||
|
29 | 29 | 'schainpy.serializer.JROSerializer'], |
|
30 | 30 | package_data={'schainpy.gui.figures': ['*.jpg', '*.jpeg', '*.png', '*.gif']}, |
|
31 | 31 | include_package_data=True, |
|
32 |
scripts =['schainpy/gui/schainGUI'] |
|
|
32 | scripts =['schainpy/gui/schainGUI'], | |
|
33 | install_requires=["numpy >= 1.6.0", | |
|
34 | "scipy >= 0.11.0", | |
|
35 | "h5py >= 2.0.1", | |
|
36 | "matplotlib >= 1.0.0" | |
|
37 | ], | |
|
38 | ) No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now