Skip to content

Commit

Permalink
remove setup.py setup_utils.py from prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 12, 2024
1 parent 367ea4c commit 016c13e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babelizer/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ def prettify_python(path_to_repo):
module_name = meta["package"]["name"]

files_to_fix = [
path_to_repo / "setup.py",
path_to_repo / "setup_utils.py",
path_to_repo / module_name / "_bmi.py",
path_to_repo / module_name / "__init__.py",
path_to_repo / "docs" / "conf.py",
Expand Down

0 comments on commit 016c13e

Please sign in to comment.