Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

full pyproject.toml #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bollwyvl
Copy link
Contributor

@bollwyvl bollwyvl commented Sep 12, 2024

references

changes

  • remove setup.cfg and MANIFEST.in
  • port setup.py data to pyproject.toml
  • update effect minimum python to 3.6 (inkscapeconverter uses a type hint)
  • update build-system for minimum supported setuptools

test procedure

pyproject-build  # works, no warnings
python setup.py bdist_wheel  # works, no warnings

At a quick look, python 3.6 certainly can import the the package, installed as editable, or from sdist or wheel.

If python-requires is relaxed, 3.4/3.5 can import (other than inkscapeconverter) when installed from wheel, but cannot be installed from source or sdist.

Without any other tests, it's hard to say much else.

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