Skip to content

Remove package_data from setup.py #242

@bcb

Description

@bcb

We have both MANIFEST.in (setuptools) and package_data (distutils).

There's no need for package_data.

If you want finer-grained control over what files are included, then you can also use the package_data keyword

From: https://setuptools.pypa.io/en/latest/userguide/datafiles.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions