Skip to content

Commit

Permalink
Merge branch 'master' into simplify_tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 11, 2020
2 parents d7f7bd2 + 6e6e250 commit f5d6aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
5.1 (unreleased)
----------------

- Nothing changed yet.
- Drop install dependency on ``setuptools``.
(`#189 <https://github.com/zopefoundation/RestrictedPython/issues/189>`_)


5.0 (2019-09-03)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def read(*rnames):
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=[
'setuptools',
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9", # NOQA: E501
tests_require=tests_require,
Expand Down

0 comments on commit f5d6aaf

Please sign in to comment.