# Financial Crisis Haiku
-Did you know that the Financial Crisis Inquiry Report increased the US Gross National Haiku Quotient by 1.8%, the largest single increase every affected by a congressional report?
+## Install
+
+As usual:
+
+ pip install -e .
+
+Once that's done, go find tha PyHyphen package directory and copy etc/hyph_en_US.dic into it.
+Unfortunately, OpenOffice.org has 404'd their dictionary files, so we have to do this manually.
## Features
- Source on GitHub
+## Notes
+
+- Did you know that the Financial Crisis Inquiry Report increased the US Gross National Haiku Quotient by 1.8%, the largest single increase every affected by a congressional report?
+- Split out Haiku-finder into its own package? That'd be neat.
# entry_points = { 'console_scripts':['crisishaiku = crisishaiku:CrisisHaiku.main'] },
install_requires = [
- 'bunch >= 1.0',
- 'PyYAML >= 3.10',
+ 'PyHyphen >= 1.0beta1',
'jsonlib2 >= 1.5.2',
'anyjson >= 0.3.1',
- 'PyHyphen >= 1.0beta1',
+ 'bunch >= 1.0',
+ 'PyYAML >= 3.10',
],
keywords = 'crisishaiku crisis haiku poetry web',