Skip to content

Commit 4575c28

Browse files
Remove unneeded comments
1 parent 4bb1c3b commit 4575c28

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

envs/common/36_install_imaspy.sh

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ set -xeuf -o pipefail # Set default script debugging flags
1717
# This will install the latest IMASPy
1818
# As we clear the dist folder with 01_cleanenv_imaspy.sh
1919
# there will be only one candidate to install
20-
#$PIP install --no-cache --find-links=dist imaspy[all]
2120
$PIP install --pre --upgrade --find-links=dist imaspy[backends_al,docs,examples,test]

setup.py

-8
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,7 @@ def run(self):
307307
extensions = []
308308

309309
if __name__ == "__main__":
310-
# Legacy setuptools support, e.g. `python setup.py something`
311-
# See [PEP-0517](https://www.python.org/dev/peps/pep-0517/) and
312-
# [setuptools docs](https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use)
313-
# Rough logic setuptools_scm
314-
# See https://pypi.org/project/setuptools-scm/
315-
# For allowed version strings, see https://packaging.python.org/specifications/core-metadata/ for allow version strings
316-
317310
setup(
318311
setup_requires=pyproject_data["build-system"]["requires"],
319-
# cmdclass={"build_py": BuildPyCommand, "build_DD": BuildDDCommand, "sdist": MySdist},
320312
cmdclass={"build_DD": BuildDDCommand, "sdist": MySdist},
321313
)

0 commit comments

Comments
 (0)