Skip to content

New release: fix discrepancy between pypi, release, and git #39

@bernt-matthias

Description

@bernt-matthias

I'm currently trying to fix the bioconda recipe for plasflow: bioconda/bioconda-recipes#27766

I noticed that the content of the download available at pypi and the release on github seems to differ. In particular the model dir seems missing in the pypi release.

I guess its because in setup.py

package_data={'models': ['models/*']},

should be

package_data={'plasflow': ['models/*']},

It would be great if you could create a new release fixing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions