Merge pull request #33 from kanzure/fixsetup

Fix setup.py to not have a syntax error
This commit is contained in:
Bryan Bishop 2013-09-16 13:12:29 -07:00
commit 61e67d2c4a
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ if platform.python_version() >= "3.0.0":
else:
dependencies = ["pdfminer>=0"]
setup(
name="pdfparanoia",
version="0.0.14",
packages = [
"pdfparanoia",
"pdfparanoia.plugins",