Skip to content

Consider using package_data instead of data_files #123

@sethmachine

Description

@sethmachine

Consider using the package_data parameter in the setup.py script instead of the data_files. It allows you to use glob patterns to specify which data files to put in the package, e.g.

package_data={'pyw3x':['data/storm/*.*', 'data/storm/win-64/*.*']}

(from https://github.com/sethmachine/pyw3x/blob/master/setup.py)

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