Skip to content

Generic _version file toplevel install #203

@derSeddy

Description

@derSeddy

When using pip3 on debian 9 for installing this library, the file _version.py is installed to .local/lib/python3.5/site-packages/_version.py.
This is a very generic name and causes problems in a completely unrelated project of my company which has a _version.py file in it's own subfolder. import _version will import the wrong file for the project of my company.

We can probably fix the issue on our side, but is it intended to place a file with such a generic name in this prominent location? Would it be possible to install the library into a sub folder or change the name of the version file to be less generic?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions