diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-04-01 00:01:39 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-04-01 00:02:58 +0300 |
| commit | 2a771599dbac208692948a7688d9413176559140 (patch) | |
| tree | 5077dd87a72599c4fc5a46704f9295c2ca07a812 /setup.py | |
| parent | 778cf3b7b10fa24f5c459996d2b8bed6e89946ed (diff) | |
| download | wheel-git-2a771599dbac208692948a7688d9413176559140.tar.gz | |
Removed the "tool" extras from setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |
