Project

General

Profile

Revision 47a5602c

ID47a5602c82322d9b7be8eabf2d4393c3af00eef6
Parent b8107565
Child c1ce3d6a

Added by Aurelien BOMPARD over 14 years ago

simplification des fichiers buildout, ajout du setup.cfg pour rester local à CS

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@749 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

buildout.cfg
1 1
[buildout]
2 2
extends = ../glue/buildout.cfg
3
eggs += vigiboard
3 4

  
4
parts =
5
	python
6

  
7
develop =
8
    .
9
	../common
10
	../models
11

  
12
eggs +=
13
    vigiboard
14
    vigilo-models
15
	tg.devtools
16
# setup_requires causes problems
17
	PasteDeploy
18
	PasteScript
19
	Paste
20

  
5
# vim: set noexpandtab :

Also available in: Unified diff