From 48e8cb881c92c01503214b3aef3b721622d39b48 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 8 Nov 2019 20:46:56 +0000 Subject: v1.0.0 fix --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b376031..4a1fd78 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index d9fd221..b596e3d 100644 --- a/setup.py +++ b/setup.py @@ -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') -- cgit v1.2.3