Skip to content

Commit

Permalink
build(python): set empty packages for setuptools
Browse files Browse the repository at this point in the history
To avoid choking on e.g. generators and wheelhouse dirs.
  • Loading branch information
scop committed Nov 16, 2023
1 parent 370f5d5 commit 25a9287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generate_setup_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
Topic :: Utilities
[options]
packages =
python_requires = >=3.8
setup_requires =
setuptools-download
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Topic :: Utilities

[options]
packages =
python_requires = >=3.8
setup_requires =
setuptools-download
Expand Down

0 comments on commit 25a9287

Please sign in to comment.