Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / buildout.cfg @ c06c4ff2

History | View | Annotate | Download (128 Bytes)

1
[buildout]
2
extends = buildenv/buildout.common.cfg
3
eggs += vigigraph
4

    
5
[nose]
6
eggs += vigigraph [tests]
7

    
8
# vim: set noexpandtab :