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

Add setuptools.get_version(path, field='__version__') #1679

Closed
wants to merge 8 commits into from

Commits on Feb 10, 2019

  1. Add setuptools.get_version(path, field='__version__')

    This allows people who use setuptools to maintain project versions
    in a single place, for example as attributes in their Python source.
    
    Closes pypa#1316
    Closes pypa/pip#6004
    Closes pypa/packaging.python.org#571
    techtonik committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    1c007d2 View commit details
    Browse the repository at this point in the history
  2. Add news fragment

    techtonik committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    958cbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f6131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    043573f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c964a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d00fd5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ded0994 View commit details
    Browse the repository at this point in the history
  8. Strip \r for Windows

    techtonik committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    bd651a6 View commit details
    Browse the repository at this point in the history