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 configuration of python version and project name into pyproject.toml #817

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 5, 2024

  1. Moved configuration of

    - Python version
    - Project folder
    - PyPi snapshot date
    
    into the `pyproject.toml` configuration file. Leverages the possibility to create arbitrary configuration in the [tool] table (more info: https://packaging.python.org/en/latest/specifications/pyproject-toml/#arbitrary-tool-configuration-the-tool-table)
    mathijssh committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5f4449f View commit details
    Browse the repository at this point in the history
  2. README added

    mathijssh committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f254241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec0e6f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. format

    DavHau committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c3224ff View commit details
    Browse the repository at this point in the history