aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-11-08 20:46:56 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-11-08 20:46:56 +0000
commit48e8cb881c92c01503214b3aef3b721622d39b48 (patch)
tree565eca279b3551e6a84a96fe6fd2ceca54e35b3b /setup.py
parent6225c23c097dcfd1fbc24a2ea312517473142a80 (diff)
v1.0.0 fix
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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')