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

Move basic Python configuration to the root of the repo. #80

Merged
merged 1 commit into from
Jan 14, 2023

Commits on Jan 14, 2023

  1. Move basic Python configuration to the root of the repo.

    After way too much trying to figure stuff out I realized: why not just
    put the `pyproject.toml` right at the root of the repo? This eliminates
    all the `#subdirectory=...` when doing `pip install`s and also makes
    `setuptools-scm` work right again. As a bonus, lots of tools now work
    without any additional configuration and we can just run them as-is.
    
    This moves the bare minimum files needed to the repo root:
    
    - `pyproject.toml`
    - `MANIFEST.in`
    
    and updates everything else to make that work right.
    thetorpedodog committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    ed6daca View commit details
    Browse the repository at this point in the history