1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-10 20:59:52 +02:00

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

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",