Skip to content

Dependency not declared #32

@gatl

Description

@gatl

It seems to me that stopit makes use of pkg_resources, that comes with python module setuptools.
In pypi, this dependency on setuptools is not declared meaning that stopit can be installed in a "broken" state and the user then needs to figure out why it does not work. This happened to me and is not an ideal first impression.

I would suggest that this dependency on setuptools be made explicit in Pypi (under requires_dist) to ensure that everything works fine from the start.

Thank you.

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