-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current build system for PyCompOSE to make it installable via pip is to use the older setup.py procedure. This often throws deprecation warnings in some versions of pip and can throw errors on newer versions. The more modern approach is to write a pyproject.toml file. There are workarounds (e.g., installing the wheel package), but it would be good to update this to follow currently recommended practices.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request