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
pip install fails and auto reverts to version 0.1.0a3.
this is likely due to a change in the location of the README; from the root dir to docs/.
a possible solution to point to the new location is to try using this flag in the setup.py file:
setup( ... include_package_data=True )
source: https://setuptools.pypa.io/en/latest/userguide/datafiles.html
The text was updated successfully, but these errors were encountered:
@iamzoltan thanks for the issue friend!
Yeah we clearly dropped a couple balls on this readme move 😂
Is there a way we can test this without using a pypi server?
pypi
Sorry, something went wrong.
i guess the easiest is to just test on the test pypi server, heh,
Will try to get to this today but either way i think the last (2?) alphas are borked from this yah?
Add an sdist install job
4e2e587
This should hopefully catch issues like, #293
e0419b2
Successfully merging a pull request may close this issue.
pip install fails and auto reverts to version 0.1.0a3.
this is likely due to a change in the location of the README; from the root dir to docs/.
a possible solution to point to the new location is to try using this flag in the setup.py file:
source: https://setuptools.pypa.io/en/latest/userguide/datafiles.html
The text was updated successfully, but these errors were encountered: