introduce ini config for frontends, by default
This commit is contained in:
parent
acdb0b9300
commit
b81e681131
4 changed files with 110 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue