Skip to content

'tests' directory is getting installed by the package #153

@SchrodingersGat

Description

@SchrodingersGat

I have found that the 'tests' directory is being installed to site-packages when installing via pip:

image

You can ignore certain directories in the find_packages directive:

packages=find_packages(),

e.g.

    packages=setuptools.find_packages(
        exclude=[
            'tests',
        ]
    ),

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