Mercurial > libervia-backend
comparison .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 |
comparison
equal
deleted
inserted
replaced
4080:0ea6b34f8f18 | 4081:84f6bee6440d |
---|---|
1 syntax: glob | 1 syntax: glob |
2 bridge_constructor/generated | |
3 .build | |
4 build | |
5 ctags_links/ | |
6 dist/ | |
7 .eggs/ | |
8 env/ | |
9 libervia_backend.egg-info/ | |
10 MANIFEST | |
11 .mypy_cache/ | |
12 *.orig | |
2 *.pyc | 13 *.pyc |
14 *.pyo | |
15 .pytest_cache | |
3 *.pyv | 16 *.pyv |
17 Session.vim | |
18 stubs/ | |
19 *.swo | |
4 *.swp | 20 *.swp |
5 *.swo | |
6 tags | 21 tags |
22 tests/e2e/report* | |
23 _trial_temp/ | |
7 twistd.log | 24 twistd.log |
8 twistd.pid | 25 twistd.pid |
9 bridge_constructor/generated | 26 twisted/plugins/dropin.cache |
10 tests/e2e/report* | |
11 _trial_temp/ | |
12 sat.egg-info | |
13 *.un~ | 27 *.un~ |
14 dist | 28 .vim |
15 MANIFEST | 29 .vscode |
16 build | |
17 ctags_links/ | |
18 Session.vim | |
19 .build | |
20 .pytest_cache | |
21 env/ | |
22 .eggs/ | |
23 libervia_backend.egg-info/ | |
24 .mypy_cache/ | |
25 twisted/plugins/dropin.cache |