-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
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
Labels
No labels