summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-01-03 16:31:40 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-01-03 16:31:40 +0100
commitdc3bc4bbfda933d3c5d6687011550dc3d1fdb305 (patch)
tree1a330cccefc385b5070c01c9f6b2acff7e7eb347 /setup.py
parente45baf278cb3e52e1cbd0281228a5f0727d25635 (diff)
Convert to use the existing guacamole instead of my own gadona
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 8566c95..8e17659 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(
scripts=['scripts/lesana'],
install_requires = [
- 'gadona',
+ 'guacamole',
'xapian >= 1.4',
'ruamel.yaml',
'jinja2',