introduce ini config for frontends, by default

This commit is contained in:
Christophe Benz 2010-04-19 19:10:36 +02:00
commit b81e681131
4 changed files with 110 additions and 5 deletions

View file

@ -39,6 +39,6 @@ setup(
packages=find_packages(exclude=['ez_setup']),
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
install_requires=[
'pyyaml',
# 'pyyaml',
]
)