Skip to content

Merge setup.cfg into pyproject.toml #30

@edthedev

Description

@edthedev

setup.cfg does require wheel_inspect.

install_requires =
  requests
  wheel-inspect

Per discussion, we may want to refactor to merge setup.cfg into pyproject.toml for maintainability.

Note: See approach in awscli-login, where setup.cfg is no longer in use.

Originally posted by @edthedev in #29

Tasks

  • remove setup.cfg
  • add to pyproject.toml as needed to restore any lost configuration from setup.cfg
  • verify local tests succeed (make test)
  • verify local build succeeds
  • verify CI/CD in GitHub Actions succeeds

Metadata

Metadata

Assignees

No one assigned

    Labels

    enablerenhancementNew feature or requestgood to goReady to be worked during a sprint

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions