Skip to content

Commit

Permalink
Remove setuptools from install_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Oct 28, 2022
1 parent 50b345a commit 2fd15e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -28,6 +28,9 @@ Changelog
- Remove deprecated ``test_suite`` from setup.py.
[stefan]

- Remove setuptools from ``install_requires``.
[stefan]

- Add a pyproject.toml file.
[stefan]

Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -277,9 +277,6 @@ def configure_static_readline(self):
cmdclass={
'build_ext': build_readline_ext,
},
install_requires=[
'setuptools',
],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
project_urls={
'Documentation': 'https://rl.readthedocs.io/en/stable/',
Expand Down

0 comments on commit 2fd15e5

Please sign in to comment.