Skip to content

Commit d191a99

Browse files
Remove setuptools fossils. (#281)
1 parent 86f63a5 commit d191a99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes
44
7.2 (unreleased)
55
----------------
66

7+
- Remove unneeded setuptools fossils that may cause installation problems
8+
with recent setuptools versions.
79
- Allow to use the package with Python 3.13 -- Caution: No security
810
audit has been done so far.
911
- Add support for single mode statements / execution.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def read(*rnames):
6969
install_requires=[
7070
],
7171
python_requires=">=3.7, <3.14",
72-
tests_require=tests_require,
7372
extras_require={
7473
'test': tests_require,
7574
'docs': ['Sphinx', 'sphinx_rtd_theme'],

0 commit comments

Comments
 (0)