1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 13:45:31 +00:00

Add src path to setup.cfg

This commit is contained in:
Manu 2022-03-23 16:19:25 +04:00
parent dd17c0e869
commit ec11905f11

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