Pārlūkot izejas kodu

benchmark_config doesn't need .py on setup file

Patrick Falls 12 gadi atpakaļ
vecāks
revīzija
24ffd7c489
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      plack/benchmark_config

+ 2 - 2
plack/benchmark_config

@@ -2,9 +2,9 @@
   "framework": "plack",
   "tests": [{
     "default": {
-      "setup_file": "setup.py",
+      "setup_file": "setup",
       "port": 8080,
       "sort": 118
     }
   }]
-}
+}