瀏覽代碼

Add src path to setup.cfg

Manu 3 年之前
父節點
當前提交
ec11905f11
共有 1 個文件被更改,包括 3 次插入0 次删除
  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