Config now in YML
This commit is contained in:
parent
bc3c138ef1
commit
189dd74cfb
3 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import click
|
import click
|
||||||
|
|
||||||
CONFIG_DIR = "~/.dfa.conf"
|
CONFIG_DIR = "~/.dfa.yml"
|
||||||
|
|
||||||
@click.command('sync')
|
@click.command('sync')
|
||||||
def cli():
|
def cli():
|
||||||
|
|
0
project/config/defaults.yml
Normal file
0
project/config/defaults.yml
Normal file
|
@ -1,2 +1,3 @@
|
||||||
click==5.1
|
click==5.1
|
||||||
flake8==2.5.0
|
flake8==2.5.0
|
||||||
|
PyYAML==3.1.1
|
||||||
|
|
Reference in a new issue