diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-04 05:34:17 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-04 05:34:17 -0500 |
commit | 91ede46d247291a5e5449403880c15a2674ebcb5 (patch) | |
tree | 50fce6e6ca78d05287df8f8f600029d554eb0a26 | |
parent | 641e088d193142f236d69c78d272cf7ece0d693c (diff) | |
download | python-setuptools-git-feature/deps-in-metadata.tar.gz |
Add changelog entry.feature/deps-in-metadata
-rw-r--r-- | changelog.d/1981.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1981.change.rst b/changelog.d/1981.change.rst new file mode 100644 index 00000000..c5713d9b --- /dev/null +++ b/changelog.d/1981.change.rst @@ -0,0 +1 @@ +Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras). |