From 1ff513389fa794e69733220dc96916356b61c216 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 16 Sep 2013 15:09:59 -0500 Subject: [PATCH] wow, how did setup.py stay like that for so long? --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index f5d734e..1125ab2 100644 --- a/setup.py +++ b/setup.py @@ -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",