diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-09-11 00:32:40 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-09-11 00:32:40 +0300 |
| commit | c7b1f6f7215749fe0cac25737fa31a206148e365 (patch) | |
| tree | 80c52b48fb9aba8df8c94c9ca8b447088f390b8c | |
| parent | 38b0d7fc56eb3ee65c98914a6d93f4cbb4c2b3db (diff) | |
| download | wheel-git-c7b1f6f7215749fe0cac25737fa31a206148e365.tar.gz | |
Added a warning about extras in install_requires
| -rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 52b9390..adc3311 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -197,6 +197,9 @@ the ``[options]`` section of your setup.cfg: pyxdg; extra=="signatures" and sys_platform!="win32" ed25519ll; extra=="faster-signatures" +.. warning:: Specifying extras via ``install_requires`` does not yet work with + pip (v9.0.1 as of this writing). + Automatically sign wheel files ------------------------------ |
