Skip to content

Commit 5634a0b

Browse files
committed
Add setup.py for backward compatibility
Python 3.6 in Fedora 37+ uses bundled wheels of setuptools and pip because the recent versions packaged as python-*-wheel no longer support 3.6. tox 3 creates an sdist and installs it into the py36 environment with setuptools 40.6.2. setup.cfg-only support was added in 40.9.0. This worked on Fedora 36 because Python 3.6 used the packaged wheels.
1 parent 3c922e4 commit 5634a0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from setuptools import setup
2+
3+
setup()

0 commit comments

Comments
 (0)