File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11import os
22
3- from setuptools import setup
3+ from setuptools import find_packages , setup
44
55import versioneer
66
@@ -22,21 +22,11 @@ def read(*parts):
2222hard = ['gsw' , 'matplotlib' , 'numpy' , 'seawater' ]
2323soft = {'full' : ['cartopy' 'iris' , 'netcdf4' , 'pandas' , 'scipy' ]}
2424
25- packages = [
26- 'oceans' ,
27- 'oceans/RPSstuff' ,
28- 'oceans/colormaps' ,
29- 'oceans/datasets' ,
30- 'oceans/ocfis' ,
31- 'oceans/plotting' ,
32- 'oceans/sw_extras'
33- ]
34-
3525setup (
3626 name = 'oceans' ,
3727 version = versioneer .get_version (),
3828 cmdclass = versioneer .get_cmdclass (),
39- packages = packages ,
29+ packages = find_packages () ,
4030 package_data = {'oceans' : ['colormaps/cmap_data/*.dat' ]},
4131 license = LICENSE ,
4232 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments