adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

Remove dependency on pandoc when running setup.py #16

Closed lieryan closed 10 years ago

lieryan commented 10 years ago

fix issue #15 where installation of ObjectPath fails unless pandoc is installed which is undesirable as pandoc has lots of dependencies including non-python dependencies. Note I didn't test running with pandoc installed.

adriank commented 10 years ago

I moved pandoc to separate build.sh file. Hope it fixes the issue.