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

Transition from setup.py to pyproject.toml #199

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Commits on Mar 15, 2024

  1. Transition from setup.py to pyproject.toml

    * Move static package configuration from setup.py to pyproject.toml
      - Minimal changes were made to the configuration, so it still lists
        Python 2.7 as the minimum version, though it hasn't been tested what
    the minimum version of Python is that can install the package with a
    pyproject.toml file and no setup.py.
      - Drop the `future` dependency since it is not needed with Python 3.
    * Merge long description content in setup.py into README.rst
    * Capture development dependencies listed in setup.py in
      requirements-dev.txt
    * Save change log which was in long description in setup.py in its own
      file, CHANGES.rst.
    wshanks committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    375efdb View commit details
    Browse the repository at this point in the history