aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorUnknown <tolsen@limebits.com>2008-06-26 16:32:43 -0400
committerMatěj Cepl <mcepl@cepl.eu>2023-04-29 18:18:25 +0200
commit52223f15c1b11a079ea5016bb7e5bd9d2a443d77 (patch)
tree3f2b8b040eb35d323ce395d406edc40e8cccc1f1 /setup.py
parent6f76b677f683ab32ecf1083388d37379c8790c9a (diff)
downloadurllib2_kerberos-52223f15c1b11a079ea5016bb7e5bd9d2a443d77.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 f67454c..b9dbdb9 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"
)