Skip to content

Commit

Permalink
remove setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 16, 2024
1 parent f79a948 commit 33e8079
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion tests/test_bake_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def test_bake_with_defaults(cookies):

found_toplevel_files = [f.basename for f in result.project.listdir()]
assert 'setup.py' in found_toplevel_files
assert 'setup.cfg' in found_toplevel_files
assert 'tox.ini' in found_toplevel_files
assert 'tests' in found_toplevel_files

Expand Down
13 changes: 0 additions & 13 deletions {{cookiecutter.project_slug}}/setup.cfg

This file was deleted.

0 comments on commit 33e8079

Please sign in to comment.