python-rootpath
python-rootpath copied to clipboard
Python project/package root path detection.
It appears the `codecov` package was removed from the Pypi today, which causes installation of this package to fail. Since `codecov` is not actually used in the source code, it...
Problem appears after upgrading from Python 3.9 to 3.10 (probably related to `setuptools` upgrade) I'm trying to fix it in my fork. If resolved, I'll propose a pull-request ------------------------------------------------------------------------------------------------------------ With...
In order to include this package in pyenv/poetry (3.10) setup, I've made some changes in build environment - cleanup dependencies: only `six` is required (for `six.string_types`) - fixed `setuptools` problem...
In a poetry project, `rootpath` inclusion as a (default) project dependency, cause inclusion on many (_heavy_) development dependency: ### Source: `pyproject.toml` ```toml [tool.poetry.dependencies] python = "^3.9" rootpath = "*" ```...
Hi @grimen, Is it possible to release a new version of this package which includes the fix of the infinite loop #7?
If the project does not have a rootpath None is added to sys.path. This has been fixed.