Skip to content

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

@iamzoltan

Description

@iamzoltan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions