diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ This software is a CLI UI layer for [bcompiler-engine](https://github.com/hammerheadlemon/bcompiler-engine). It -alllows for easy access to adapters available within `bcompiler-engine` and is +allows for easy access to adapters available within `bcompiler-engine` and is intended to be packaged using a packaging application such as `PyInstaller` and thus making `bcompiler-engine` palatable to non-technical users, and users who do not have access to a Python installation. @@ -60,6 +60,6 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine @ https://github.com/hammerheadlemon/bcompiler-engine/archive/master.zip#egg=bcompiler-engine' + 'bcompiler-engine' ], test_suite='datamaps.tests') |