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):
166166 item .replace (marker , "" ) for item in install_requires
167167 if item .endswith (marker ) or "python_version" not in item ]
168168
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
171169setup (** {
172170 "name" :
173171 "basemap" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ def _default_to_zip(self):
8383
8484data_files = data_dat_files + data_bin_files + data_usc_files + data_other_files
8585
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
8886setup (** {
8987 "name" :
9088 "basemap_data" ,
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ def _default_to_zip(self):
6161 for basename , res in itertools .product (basenames , resolutions [3 :])
6262]
6363
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
6664setup (** {
6765 "name" :
6866 "basemap_data_hires" ,
You can’t perform that action at this time.
0 commit comments