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 21, 2024
1 parent f19781b commit 839dd66
Show file tree
Hide file tree
Showing 30 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@ console_scripts =
benchcab=benchcab.main:main

[tool:pytest]
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore conftest.py --ignore docs/conf.py
testpaths = tests
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 839dd66

Please sign in to comment.