Skip to content

Modernizing build system #12

@jfields7

Description

@jfields7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions