File: buildout.cfg

package info (click to toggle)
aiowsgi 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: python: 567; makefile: 126
file content (19 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[buildout]
newest = false
extensions = gp.vcsdevelop
parts = eggs
develop = .

[eggs]
recipe = zc.recipe.egg
eggs =
    Sphinx
    waitress
    aiowsgi

[tests]
recipe = zc.recipe.egg
eggs =
    aiowsgi[test]
dependent-scripts = true
scripts = nosetests