From 89e0b76ff66ca557417746d933644af22529a2d9 Mon Sep 17 00:00:00 2001 From: dachshund Date: Tue, 3 Sep 2013 18:11:00 -0400 Subject: [PATCH 1/2] Check out my cool code. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index bbbc3c85..e3ff9ded 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ author_email='info@updateframework.com', url='https://www.updateframework.com', packages=[ - 'evpy', 'tuf', 'tuf.client', 'tuf.compatibility', From 70097a71cb59dd11b24bb2645799c24c08fa342d Mon Sep 17 00:00:00 2001 From: dachshund Date: Tue, 3 Sep 2013 18:11:48 -0400 Subject: [PATCH 2/2] Revert "Check out my cool code." This reverts commit 7497502087440be1b62fe4ba85537684d5660746. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e3ff9ded..bbbc3c85 100755 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ author_email='info@updateframework.com', url='https://www.updateframework.com', packages=[ + 'evpy', 'tuf', 'tuf.client', 'tuf.compatibility',