Skip to content
New issue

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

PyPI packaging broken for version 0.1.0a4; missing README.rst #293

Open
iamzoltan opened this issue Jan 26, 2022 · 2 comments
Open

PyPI packaging broken for version 0.1.0a4; missing README.rst #293

iamzoltan opened this issue Jan 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@iamzoltan
Copy link

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

@goodboy
Copy link
Owner

goodboy commented Jan 27, 2022

@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?

@goodboy goodboy added the bug Something isn't working label Jan 27, 2022
@goodboy
Copy link
Owner

goodboy commented Feb 2, 2022

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?

goodboy added a commit that referenced this issue Jul 11, 2022
This should hopefully catch issues like,
#293
goodboy added a commit that referenced this issue Jul 11, 2022
This should hopefully catch issues like,
#293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants