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

Meson port #184

Merged
merged 4 commits into from
Jan 20, 2023
Merged

Meson port #184

merged 4 commits into from
Jan 20, 2023

Commits on Jan 19, 2023

  1. migrate static setuptools metadata into setup.cfg

    It's easier to parse when not mixed with code -- and can be
    automatically migrated to pyproject.toml as well.
    eli-schwartz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c7ecd12 View commit details
    Browse the repository at this point in the history
  2. use console_scripts entry points instead of manually written scripts

    Slightly more standard, and the ecosystem installers usually install
    Windows shim executables but only for entry points.
    eli-schwartz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    23922d9 View commit details
    Browse the repository at this point in the history
  3. port to meson

    eli-schwartz committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    98d09fd View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    f07513d View commit details
    Browse the repository at this point in the history