Skip to content

Commit

Permalink
Switch to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Mar 20, 2024
1 parent 762c263 commit 84abd05
Show file tree
Hide file tree
Showing 30 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ console_scripts =
benchcab=benchcab.main:main

[tool:pytest]
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py --import-mode=importlib

[options]
package_dir=
=src
packages=find:

[options.packages.find]
where=src

[options.package_data]
benchcab =
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84abd05

Please sign in to comment.