Add versioning and package metadata for pydiffx.

Review Request #11749 — Created July 28, 2021 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

This adds our standard versioning variables and functions for pydiffx,
defined in a pydiffx._version module and aliased in the top-level
pydiffx module.

Package infrastructure has been updated with some new metadata for
generating correct packages, and an --all-pyvers option to run
packaging commands against all supported versions of Python.

Successfully built the package. Inspected the metadata for issues.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add versioning and package metadata for pydiffx.
This adds our standard versioning variables and functions for pydiffx, defined in a `pydiffx._version` module and aliased in the top-level `pydiffx` module. Package infrastructure has been updated with some new metadata for generating correct packages, and an `--all-pyvers` option to run packaging commands against all supported versions of Python.
2be72cd2f8f96816a82a067486722761ab41ae57 Christian Hammond
python/setup.cfg
python/setup.py
python/pydiffx/__init__.py
python/pydiffx/_version.py
Loading...