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
ply
Hi there, you are using the ply dependency, as the author said in https://github.com/dabeaz/ply#important-notice---october-27-2022, he won't make any new release.
Therefore, packaging your project is difficult given this new constraint.
Can you consider vendoring this dependency like pycparser for example?
pycparser
The text was updated successfully, but these errors were encountered:
Hi @RaitoBezarius,
thank you for the idea and the context. I think it makes sense. We'll consider doing it in future releases.
Sorry, something went wrong.
Depending on how you vendor these files, you might want to mark them as vendored for GitHub.
# .gitattributes path/to/ply/** linguist-vendored
No branches or pull requests
Hi there, you are using the
ply
dependency, as the author said in https://github.com/dabeaz/ply#important-notice---october-27-2022, he won't make any new release.Therefore, packaging your project is difficult given this new constraint.
Can you consider vendoring this dependency like
pycparser
for example?The text was updated successfully, but these errors were encountered: