python-rootpath icon indicating copy to clipboard operation
python-rootpath copied to clipboard

Poetry support (Python 3.10)

Open hute37 opened this issue 3 years ago • 0 comments

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 poetry install: #12
  • moved dev dependencies to requirements-dev.txt (added requirements-ide.txt for emacs/lsp support)
  • added pyproject.toml as alternative root detection pattern
  • minor fixes (pytest, type checks)
  • added GitHub actions for test, lint and package
  • bumped version to 0.2.1

test result are available here:

  • https://github.com/hute37/python-rootpath/actions

hute37 avatar Sep 09 '22 11:09 hute37