Skip to content

Commit 7db9917

Browse files
committed
Add some TODOs for a future version.
1 parent 6a72766 commit 7db9917

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

repo_helper/files/packaging.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def make_setup(repo_path: pathlib.Path, templates: jinja2.Environment) -> List[s
270270
:param templates:
271271
"""
272272

273+
# TODO: if "use_whey", remove this file, but ensure unmanaged sections are preserved
274+
273275
setup_file = PathPlus(repo_path / "setup.py")
274276

275277
# if templates.globals["use_experimental_backend"]:
@@ -460,6 +462,8 @@ def make_setup_cfg(repo_path: pathlib.Path, templates: jinja2.Environment) -> Li
460462
:param templates:
461463
"""
462464

465+
# TODO: if "use_whey", remove this file, but ensure unmanaged sections are preserved
466+
463467
# if templates.globals["use_experimental_backend"]:
464468
# if (repo_path / SetupCfgConfig.filename).is_file():
465469
# (repo_path / SetupCfgConfig.filename).unlink()

0 commit comments

Comments
 (0)