Add src path to setup.cfg

This commit is contained in:
Manu 2022-03-23 16:19:25 +04:00
parent dd17c0e869
commit ec11905f11
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ tests_require =
pytest pytest
zip_safe = False zip_safe = False
[options.packages.find]
where = src
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
borg = borg.archiver:main borg = borg.archiver:main