diff --git a/LICENSE.txt b/LICENSE.txt index 671e4a6dd..8cdb77d71 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,8 @@ The MIT License (MIT) -Copyright (c) 2018 Codaone Oy +Copyright for portions of project DEXBot are held by ChainSquad GmbH 2017 +as part of project stakemachine. All other copyright for project DEXBot +are held by Codaone Oy 2018. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MANIFEST.in b/MANIFEST.in index 5e0ad39d9..d0d04a220 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,2 @@ include *.md -include app.py -include cli.py -include config.yml include dexbot/resources/img/* \ No newline at end of file diff --git a/Makefile b/Makefile index f1194c06a..6db5fbe90 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,14 @@ clean-pyc: find . -name '*.pyc' -exec rm -f {} + find . -name '*.pyo' -exec rm -f {} + find . -name '*~' -exec rm -f {} + + pip: python3 -m pip install -r requirements.txt lint: flake8 dexbot/ -build: clean pip +build: pip python3 setup.py build install: build diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 866c2b4fa..f69e948d9 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -9,7 +9,7 @@ config_dir = user_config_dir(APP_NAME, appauthor=AUTHOR) -config_file = config_dir + "/config.yml" +config_file = os.path.join(config_dir, "config.yml") default_config = """ node: wss://bitshares.openledger.info/ws