Mercurial > libervia-backend
diff .hgignore @ 4081:84f6bee6440d
installation: moved from `setup.py` to `pyproject.toml`:
- updated installation to use the now standard `pyproject.toml` instead of legacy
`setup.py`. `setup.py` and other legacy files have been deleted.
- removed outdated README4PACKAGERS
- removed pylintrc which has not been correctly reviewed. Linter conf should go to
`pyproject.toml` now.
- [hatch](https://hatch.pypa.io) is now used as main building tool. However, thanks to the
use of standards, other tools can be used too.
- update .hgignore
- several dependencies version bump, with code update to adapt to changes.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 06 Jun 2023 16:45:16 +0200 |
parents | 00212260f659 |
children |
line wrap: on
line diff
--- a/.hgignore Tue Jun 06 13:42:00 2023 +0200 +++ b/.hgignore Tue Jun 06 16:45:16 2023 +0200 @@ -1,25 +1,29 @@ syntax: glob +bridge_constructor/generated +.build +build +ctags_links/ +dist/ +.eggs/ +env/ +libervia_backend.egg-info/ +MANIFEST +.mypy_cache/ +*.orig *.pyc +*.pyo +.pytest_cache *.pyv -*.swp +Session.vim +stubs/ *.swo +*.swp tags -twistd.log -twistd.pid -bridge_constructor/generated tests/e2e/report* _trial_temp/ -sat.egg-info +twistd.log +twistd.pid +twisted/plugins/dropin.cache *.un~ -dist -MANIFEST -build -ctags_links/ -Session.vim -.build -.pytest_cache -env/ -.eggs/ -libervia_backend.egg-info/ -.mypy_cache/ -twisted/plugins/dropin.cache +.vim +.vscode