1
Fork 0

Config now in YML

This commit is contained in:
Jake Howard 2015-11-30 18:17:42 +00:00
parent bc3c138ef1
commit 189dd74cfb
3 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import click
CONFIG_DIR = "~/.dfa.conf"
CONFIG_DIR = "~/.dfa.yml"
@click.command('sync')
def cli():

View File

View File

@ -1,2 +1,3 @@
click==5.1
flake8==2.5.0
PyYAML==3.1.1