summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-07-20 11:24:00 -0400
committerDaniel Holth <dholth@fastmail.fm>2013-07-20 11:24:00 -0400
commita623f4d499898e6f7ab2f1cc0b7bbe9165fd1b8b (patch)
tree3eede324d6845a4b1c61a85eb15ea2a6ff9e6a5b
parent563fb8cca8d4c5c8b6b819a4d9d9ee76bee75707 (diff)
downloadwheel-a623f4d499898e6f7ab2f1cc0b7bbe9165fd1b8b.tar.gz
remove setuptools dependency. wheel has features that work without setuptools.
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index dad8f30..b48946f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,6 @@ provides-extra =
signatures
faster-signatures
requires-dist =
- distribute (>= 0.6.34)
argparse; python_version == '2.6'
keyring; extra == 'signatures'
dirspec; sys.platform != 'win32' and extra == 'signatures'