We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f57f26 commit 99d0fbfCopy full SHA for 99d0fbf
setup.py
@@ -10,7 +10,7 @@
10
URL = 'https://github.com/mengaldo/PySPOD'
11
AUTHOR = "Gianmarco Mengaldo"
12
EMAIL = "[email protected]"
13
-VERSION = "0.2"
+VERSION = "0.3"
14
KEYWORDS='spectral-proper-orthogonal-decomposition spod'
15
REQUIRED = [
16
"numpy",
@@ -116,7 +116,7 @@ def run(self):
116
('pyspod',['pyspod/plotting_support/coast_centred.mat'])],
117
# package_dir={NAME: NAME},
118
# package_data={NAME: [
119
- # 'pyspod/plotting_support/*.mat',
+ # 'pyspod/plotting_support/*.mat',
120
# ]},
121
install_requires=REQUIRED,
122
extras_require=EXTRAS,
0 commit comments