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

Convert to PEP-517 #609

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Convert to PEP-517 #609

wants to merge 5 commits into from

Commits on Sep 11, 2024

  1. Convert to PEP-517

    Use versioningit for dynamic versioning
    vishwin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2d8ebf4 View commit details
    Browse the repository at this point in the history
  2. add PKG-INFO to gitignore

    Those using git archives and shallow clones should add PKG-INFO corresponding to the date version. Example:
    
    Version: 20230520
    vishwin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f8f43a0 View commit details
    Browse the repository at this point in the history
  3. add {distance}.{vcs}{revision} to local identifier to further delinea…

    …te direct-from-git builds
    vishwin committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    155c849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b271ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ee5acb View commit details
    Browse the repository at this point in the history