We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported by: ngrilly (Bitbucket: ngrilly, GitHub: ngrilly)
The command egg_ingo, when used with the option tag-date, produces versions in a format similar to X.Y-YYYYMMDD which looks incompatible with PEP 386.
As I understand it, the incompatibility arises from the use of a character '-' before the date.
It causes some problems when tag-date is used in conjunction with more recent tools like "pip wheel".
What is your advice on this?
Thanks :)
The text was updated successfully, but these errors were encountered:
Original comment by RonnyPfannschmidt (Bitbucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt):
@jaraco, @dstufft - what deprecation/removal policy can we use here?
Sorry, something went wrong.
Merge pull request #79 from pypa/feature/preferred-schemes
7b08316
Honor sysconfig.get_preferred_scheme when selecting install schemes.
No branches or pull requests
Originally reported by: ngrilly (Bitbucket: ngrilly, GitHub: ngrilly)
The command egg_ingo, when used with the option tag-date, produces versions in a format similar to X.Y-YYYYMMDD which looks incompatible with PEP 386.
As I understand it, the incompatibility arises from the use of a character '-' before the date.
It causes some problems when tag-date is used in conjunction with more recent tools like "pip wheel".
What is your advice on this?
Thanks :)
The text was updated successfully, but these errors were encountered: