diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 14:06:15 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 14:06:15 -0400 |
| commit | 50cd15aef3a657ee9cf86326e18e3bc2919b4cf6 (patch) | |
| tree | 55998f3b4b9d73506753be4a94f9850d2042f516 /CHANGES.txt | |
| parent | f18617330c7c34684c7cd8e7d2fbb9873e12e874 (diff) | |
| download | python-setuptools-git-50cd15aef3a657ee9cf86326e18e3bc2919b4cf6.tar.gz | |
Include setup_requires directive in Distribution attributes and metadata. Fixes #239.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
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 ----- |
