summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-04-01 00:01:39 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2018-04-01 00:02:58 +0300
commit2a771599dbac208692948a7688d9413176559140 (patch)
tree5077dd87a72599c4fc5a46704f9295c2ca07a812 /setup.py
parent778cf3b7b10fa24f5c459996d2b8bed6e89946ed (diff)
downloadwheel-git-2a771599dbac208692948a7688d9413176559140.tar.gz
Removed the "tool" extras from setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a8522b0..69339d0 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,6 @@ setup(name='wheel',
'signatures': ['keyring', 'keyrings.alt'],
'signatures:sys_platform!="win32"': ['pyxdg'],
'faster-signatures': ['ed25519ll'],
- 'tool': [],
'test': ['pytest >= 3.0.0', 'pytest-cov']
},
include_package_data=True,