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

Fix #24 -- Move config to pyproject.toml #25

Merged
merged 4 commits into from
Nov 28, 2023

Commits on Nov 24, 2023

  1. Fix dropseed#24 -- Move config to pyproject.yaml

    The python community has widely adopeted PIP 621. Therefore,
    it seems the best place to implement it in this package too.
    
    There are two key changes:
    
    1. The config moves to `tool.importmap`.
    2. The importmap config allows adding multiple entries.
    
    Additionally, this commits removes two dependencies:
    * marshmellow
    * tomli (python_version>=12.0)
    codingjoe committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0259437 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    6574a22 View commit details
    Browse the repository at this point in the history
  2. Format

    davegaeddert committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cae3f48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b872b56 View commit details
    Browse the repository at this point in the history