Skip to content

Update setup.py to use setuptools for Python 3.10 and latest pip compatibility#17

Open
adambicknell wants to merge 1 commit intotisimst:masterfrom
adambicknell:master
Open

Update setup.py to use setuptools for Python 3.10 and latest pip compatibility#17
adambicknell wants to merge 1 commit intotisimst:masterfrom
adambicknell:master

Conversation

@adambicknell
Copy link

We updated our fork of the ad library to modernize its packaging configuration and ensure compatibility with Python 3.10 and the latest versions of pip.

Changes include:

  • Replaced distutils.core with setuptools as the build system.
  • Removed legacy use_2to3 handling and other deprecated options.
  • Simplified setup.py for modern setuptools usage.
  • Added classifier for Python 3.10 support.

This update ensures the package can be built and installed cleanly in current Python environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant