File: buildout.cfg

package info (click to toggle)
wsgiproxy2 0.4.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: python: 664; makefile: 128
file content (21 lines) | stat: -rw-r--r-- 258 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
20
21
[buildout]
newest = false
prefer-final = true
parts = docs tox
develop = .

[docs]
recipe = z3c.recipe.scripts
script-initialization =
initialization =
entry-points =
eggs =
  WSGIProxy2
  urllib3
  requests
  restkit
  Sphinx

[tox]
recipe = gp.recipe.tox