File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11include climada/conf/climada.conf
2- graft climada/*/*/test
3- graft climada/test
2+ graft climada/*/*/test/data
3+ graft climada/*/test/data
4+ graft climada/test/data
45graft data
6+ global-exclude .*
57global-exclude *.py[co]
Original file line number Diff line number Diff line change 1- __version__ = '3.1.1 '
1+ __version__ = '3.1.2 '
Original file line number Diff line number Diff line change 22"""
33
44from pathlib import Path
5- from setuptools import setup
5+ from setuptools import find_packages , setup
66
77here = Path (__file__ ).parent .absolute ()
88
1313setup (
1414 name = 'climada' ,
1515
16- version = '3.1.1 ' ,
16+ version = '3.1.2 ' ,
1717
1818 description = 'CLIMADA in Python' ,
1919
4040
4141 keywords = 'climate adaptation' ,
4242
43- packages = [ 'climada' , 'data' ] ,
43+ packages = find_packages () ,
4444
4545 install_requires = [
4646 'bottleneck' ,
You can’t perform that action at this time.
0 commit comments