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 a124abd commit 7475f10
Show file tree
Hide file tree
Showing 30 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ 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]
include_package_data = True
package_dir=
=src
packages=find:

[options.packages.find]
where=src

[versioneer]
VCS = git
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 7475f10

Please sign in to comment.