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
I have no Idea why, @harry9713 do you know what might be causing this issue?
It originates from setup.py in this command.
#with open("CHANGELOG.md", "r") as fh: # changelog = fh.read() #long_description += "\n\n" + changelog
This interferes when building the distribution with
python -m build
Executing this throws an error that the CHANGELOG.md does not exist.
Really no Idea why... 😒
The text was updated successfully, but these errors were encountered:
bro can you specify the steps to reproduce the issue?
Sorry, something went wrong.
harry9713
Debasish-Mahapatra
No branches or pull requests
I have no Idea why, @harry9713 do you know what might be causing this issue?
It originates from setup.py in this command.
This interferes when building the distribution with
Executing this throws an error that the CHANGELOG.md does not exist.
Really no Idea why... 😒
The text was updated successfully, but these errors were encountered: