Skip to content

3.11.1-r1

Compare
Choose a tag to compare
@rogerbinns rogerbinns released this 07 Mar 15:59
· 3020 commits to master since this release

SourceDownloadsChangelogsDocumentation

setup.py attempts to use setuptools if present, before falling back to distutils. This allows setuptools only commands such as bdist_wheel to work. You can force use of distutils by setting the environment variable APSW_FORCE_DISTUTILS to any value. Note that setuptools may also affect the output file names. (APSW issue 207)