Skip to content

bdist gives cant copy error for package_data file which exists #341

@ghost

Description

Originally reported by: rogermarsh (Bitbucket: rogermarsh, GitHub: Unknown)


python setup.py bdist gives:

error: can't copy 'icence.txt': doesn't exist or not a regular file

where current directory is swiggedapi and licence.txt exists in this directory.

The package related arguments to setup() are:

    package_dir={'swiggedapi':''},
    packages=['swiggedapi'],
    package_data={'': ['licence.txt', '_swigged.pyd']},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions