From f19294666e513c7850456229d3070d674b47c924 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Jun 2008 16:32:43 -0400 Subject: moving version detection into version.py and hg_keywords.py --- setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c1919f6..1c7e974 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,5 @@ from setuptools import setup -branches = "$branches$" -node = "$node$" -tags = "$tags$" - setup( name = "urllib2_kerberos" ) -- cgit