Skip to content

Commit

Permalink
ci: Add config for src structure
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 27, 2023
1 parent 1f12807 commit 21bf702
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
[options]
packages = find:
install_requires =
Django>=3.2
python_requires = >=3.8
include_package_data = True
package_dir =
=src
zip_safe = False

[options.packages.find]
where = src

[coverage:run]
branch = True
parallel = True
source =
djangocms_audio
django_mysql
tests

[coverage:report]
show_missing = True
[coverage:paths]
source =
src
.tox/**/site-packages

0 comments on commit 21bf702

Please sign in to comment.