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

Improved ''setuptools.finalize_distribution_options'' hook. #2031

Commits on Mar 19, 2020

  1. Improved entry points mechanism. Entry points now can contain JSON me…

    …tadata appended to a ''name'' after ''@'' character. It is a backward-incompatible change, but the breakage will unlikely happen.
    KOLANICH committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    28330ec View commit details
    Browse the repository at this point in the history
  2. A bit "cosmetic" changes though needed for implementing more advanced…

    … stuff. When an entry point now fails to be loaded, it doesn't disrupt building process.
    KOLANICH committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    f5d63e7 View commit details
    Browse the repository at this point in the history
  3. Implemented some common facilities needed for further improvement of …

    …setuptools.finalize_distribution_options hook
    KOLANICH committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    08bc0b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682b002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca8b22d View commit details
    Browse the repository at this point in the history
  6. Implemented skipping of entry points and allowed them to fail without…

    … disrupting the whole process.
    KOLANICH committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    07f588f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'finalize_distribution_options_various_data' into finali…

    …ze_distribution_options_improvements
    KOLANICH committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    59c68c2 View commit details
    Browse the repository at this point in the history