diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-23 19:55:26 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-23 19:55:26 -0500 |
commit | a6c6660d71fcd9f55d4ddbb4cd411ab34cc38ec9 (patch) | |
tree | 261d13b182568b97d91d31e2754117c9274cb031 | |
parent | 918a415b41225f442d6e9b319ecebff19b52a1a5 (diff) | |
download | python-setuptools-git-a6c6660d71fcd9f55d4ddbb4cd411ab34cc38ec9.tar.gz |
Put tidelift docs dependency in its own section to limit merge conflicts.
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ [options.extras_require] docs = - # upstream + + # tidelift jaraco.tidelift >= 1.4 |