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:
parent
dd17c0e869
commit
ec11905f11
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ tests_require =
|
|||
pytest
|
||||
zip_safe = False
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
borg = borg.archiver:main
|
||||
|
|
Loading…
Reference in a new issue