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:
parent
dd17c0e869
commit
ec11905f11
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue