Skip to content

Commit 56699fe

Browse files
committed
Remove some comments in setup files
1 parent 736f771 commit 56699fe

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

packages/basemap/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
171169
setup(**{
172170
"name":
173171
"basemap",

packages/basemap_data/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ def _default_to_zip(self):
8383

8484
data_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
8886
setup(**{
8987
"name":
9088
"basemap_data",

packages/basemap_data_hires/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6664
setup(**{
6765
"name":
6866
"basemap_data_hires",

0 commit comments

Comments
 (0)