Skip to content

Use pyproject.toml for all metadata, simple version specification

Duncan Macleod requested to merge duncanmmacleod/glue:pyproject-metadata into master

This MR migrates all project metadata to the pyproject.toml file, which is the new standard location for Python metadata.

This also simplifies the version specification by removing the git_version.py module, and just hardcoding the version number into the __init__.py file.

Merge request reports