Browse Source

Add src path to setup.cfg

Manu 3 năm trước cách đây
mục cha
commit
ec11905f11
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      setup.cfg

+ 3 - 0
setup.cfg

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