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

Poetry packaging #835

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 25, 2021

  1. Use poetry to manage the project

    - poetry manages all aspects of project
      metadata and dependencies in pyproject.toml
    - Pipfile is obsolete
    - setup.py is obsolete
    - project might only support python >=3.7,<4.0 now?
      - tests will not run in python 3.6.x
      - contributions require python 3.8
    Darren Weber committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ea83ed1 View commit details
    Browse the repository at this point in the history