-
Notifications
You must be signed in to change notification settings - Fork 22
Migrate packaging to pyproject.toml #215
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current Behavior
Project uses setup.py with setuptools for packaging and metadata.
Desired Behavior
Use pyproject.toml for packaging.
Benefits & Value
Aligns with current Python packaging standards and with 1Password's own Connect SDK.
Reference: How to modernize a setup.py based project
Additional information
Platform-specific wheel builds for UniFFI native binaries and Python 3.9–3.13 support need to be preserved. See #113 for prior discussion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request