diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-12-03 11:55:08 -0500 |
commit | 9292ef2a347bfca441bde90d145bf6774c1ba08b (patch) | |
tree | 392f621dffd49845ec1d9d90cd200f9213824de7 /setup.py | |
parent | b2fc082ae666b8f11b39f40409c9ef2e020e9c9f (diff) |
Let's go with 'all' for the catchall endpoint, it is popular
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ extras_require = { everything = [] for subdeps in extras_require.values(): everything.extend(subdeps) -extras_require["everything"] = everything +extras_require["all"] = everything setup( name="paramiko", |