1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-31 20:26:40 +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
zip_safe = False
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
borg = borg.archiver:main