Add versioning and package metadata for pydiffx.

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

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.

Summary ID
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
david
  1. 
      
  2. python/setup.py (Diff revision 1)
     
     
     
     
     
     
     
     

    Hmmmm. Looking at this now, I feel like we ought to be generating these from SUPPORTED_PYVERS

  3. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (1ae6dd7)
Loading...