From 82eb7163221d48bc45f91d46ff3478a0e9951515 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Jun 2008 15:16:08 -0400 Subject: initial incomplete setup.py. committing in order to test keyword expansion --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..c1919f6 --- /dev/null +++ b/setup.py @@ -0,0 +1,10 @@ +from setuptools import setup + +branches = "$branches$" +node = "$node$" +tags = "$tags$" + +setup( + name = "urllib2_kerberos" + ) + -- cgit