aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorUnknown <tolsen@limebits.com>2008-06-26 16:32:43 -0400
committerUnknown <tolsen@limebits.com>2008-06-26 16:32:43 -0400
commitf19294666e513c7850456229d3070d674b47c924 (patch)
tree1786edbed9ca533fb8b209c074046228b31912b7 /setup.py
parent82eb7163221d48bc45f91d46ff3478a0e9951515 (diff)
downloadurllib2_kerberos-f19294666e513c7850456229d3070d674b47c924.tar.gz
moving version detection into version.py and hg_keywords.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
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"
)