ソースを参照

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
   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