summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-10 14:06:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-10 14:06:15 -0400
commit4655b344eeb8c23756141a3654cceb806793cc6e (patch)
treee28b959f224f61f5799fa4ba0e65f7ed5d82ab24 /CHANGES.txt
parentcd63524521e9ac6a153e510f40ec4c331b444cf8 (diff)
downloadpython-setuptools-bitbucket-4655b344eeb8c23756141a3654cceb806793cc6e.tar.gz
Include setup_requires directive in Distribution attributes and metadata. Fixes #239.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bb5dc66f..71165b19 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,14 @@
CHANGES
=======
+---
+5.5
+---
+
+* Issue #239: Setuptools now includes the setup_requires directive on
+ Distribution objects and validates the syntax just like install_requires
+ and tests_require directives.
+
-----
5.4.2
-----