diff options
| author | Paul Moore <p.f.moore@gmail.com> | 2012-10-10 18:51:33 +0100 |
|---|---|---|
| committer | Paul Moore <p.f.moore@gmail.com> | 2012-10-10 18:51:33 +0100 |
| commit | 7302b0143b30b9ef12efa40a731a2fd6c748f98b (patch) | |
| tree | 6e62a6a7183bd82a55b9560da3693fb1ac3ba642 /setup.py | |
| parent | c79f3bd978abc0009c0e7568f7c54baa3270c27f (diff) | |
| download | wheel-git-7302b0143b30b9ef12efa40a731a2fd6c748f98b.tar.gz | |
Remove internal copy of pkg_resources while still allowing standalone wheel install
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,8 +34,7 @@ setup(name='wheel', 'wheel', 'wheel.test', 'wheel.tool', - 'wheel.signatures', - 'wheel.pkg_resources' + 'wheel.signatures' ], extras_require={ 'signatures': signature_reqs, |
