You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to build an RPM package by using the output of setup.py's sdist as the source for the package. However, README.md gets dropped with sdist, breaking your usage of long_description=open('README.md').read(), which makes a build fail.
The text was updated successfully, but these errors were encountered:
I am attempting to build an RPM package by using the output of setup.py's sdist as the source for the package. However, README.md gets dropped with sdist, breaking your usage of
long_description=open('README.md').read()
, which makes a build fail.The text was updated successfully, but these errors were encountered: