tractor
tractor copied to clipboard
PyPI packaging broken for version 0.1.0a4; missing README.rst
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 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?
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?