File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ def _default_to_zip(self):
166
166
item .replace (marker , "" ) for item in install_requires
167
167
if item .endswith (marker ) or "python_version" not in item ]
168
168
169
- # To create the source .tar.gz file: python setup.py sdist
170
- # To create the universal wheel file: python setup.py bdist_wheel --universal
171
169
setup (** {
172
170
"name" :
173
171
"basemap" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ def _default_to_zip(self):
83
83
84
84
data_files = data_dat_files + data_bin_files + data_usc_files + data_other_files
85
85
86
- # To create the source .tar.gz file: python setup.py sdist
87
- # To create the universal wheel file: python setup.py bdist_wheel --universal
88
86
setup (** {
89
87
"name" :
90
88
"basemap_data" ,
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ def _default_to_zip(self):
61
61
for basename , res in itertools .product (basenames , resolutions [3 :])
62
62
]
63
63
64
- # To create the source .tar.gz file: python setup.py sdist
65
- # To create the universal wheel file: python setup.py bdist_wheel --universal
66
64
setup (** {
67
65
"name" :
68
66
"basemap_data_hires" ,
You can’t perform that action at this time.
0 commit comments