File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ def package_files(directory):
3333 description = 'CLIMADA in Python' ,
3434
3535 long_description = long_description ,
36-
36+
3737 url = 'https://github.com/davidnbresch/climada_python' ,
3838
3939 author = 'ETH' ,
4040
4141 license = 'GNU General Public License' ,
4242
43- classifiers = [
43+ classifiers = [
4444 # 3 - Alpha
4545 # 4 - Beta
4646 # 5 - Production/Stable
@@ -49,9 +49,9 @@ def package_files(directory):
4949 'Programming Language :: Python :: 3.6' ,
5050 ],
5151
52- keywords = 'climate adaptation' ,
52+ keywords = 'climate adaptation' ,
5353
54- packages = find_packages (where = '.' ),
54+ packages = find_packages (where = '.' ),
5555
5656 install_requires = ['cartopy==0.16.0' ,
5757 'shapely==1.6.2' ,
@@ -70,9 +70,9 @@ def package_files(directory):
7070 'tqdm' ,
7171 'pandas-datareader' ,
7272 'pillow'
73- ],
73+ ],
74+
75+ package_data = {'' : extra_files },
7476
75- package_data = {'' : extra_files },
76-
7777 include_package_data = True
7878)
You can’t perform that action at this time.
0 commit comments