Hello pyproject.

This commit is contained in:
Julien Palard 2021-07-16 07:27:40 +02:00
parent b801ad54ac
commit f1f01dd00c
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -8,16 +8,10 @@ Jour 3
## Le packaging
Restez dans les standards : `setup.py`, `setup.cfg`.
Restez dans les standards : `pyproject.toml`, `setup.cfg`.
## setup.py
```
__import__('setuptools').setup()
```
## setup.cfg
## pyproject.toml et setup.cfg
- https://github.com/JulienPalard/oeis
- https://setuptools.readthedocs.io/