Skip to content

Installing cloudpathlib installs a package called tests #173

@pjbull

Description

@pjbull

We use find_packages which will discover the tests folder since it has an __init__.py. This means that when you install cloudpathlib you also end up with a tests package in your site-packages.

packages=find_packages(),

We should just include cloudpathlib explicitly rather than using find_packages since it is the only one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions