tractor icon indicating copy to clipboard operation
tractor copied to clipboard

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

Open iamzoltan opened this issue 3 years ago • 2 comments

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

iamzoltan avatar Jan 26 '22 22:01 iamzoltan

@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 avatar Jan 27 '22 18:01 goodboy

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 avatar Feb 02 '22 15:02 goodboy