~replaceafill/schooltool.virginia/schooltool.virginia_trunk

« back to all changes in this revision

Viewing changes to buildout.cfg

  • Committer: Justas Sadzevicius
  • Date: 2012-02-04 15:24:01 UTC
  • Revision ID: justas@pov.lt-20120204152401-rhvnqks04hh6qxxg
Initial schooltool.cando egg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[buildout]
 
2
extends = base.cfg
 
3
develop = .
 
4
 
 
5
[versions]
 
6
# Unset versions of packages you want to develop
 
7
schooltool.cando =
 
8
 
 
9
[package]
 
10
eggs = schooltool.cando
 
11
 
 
12
[test]
 
13
eggs = schooltool.cando [test]