Closed HideakiImamura closed 3 months ago
Partially resolve #5
According to the Python official docs, we can write all configurations including package configs, linter configs, type checkers, and so on in pyproject.toml. This is recommended in PEP518.
Introduce pyproject.toml instead of setup.py
Sounds very good. I will remove the setup.py.
setup.py
@herilalaina I removed setup.py. Please take a look.
Thanks @HideakiImamura :)
Partially resolve #5
Motivations
According to the Python official docs, we can write all configurations including package configs, linter configs, type checkers, and so on in pyproject.toml. This is recommended in PEP518.
Description of changes
Introduce pyproject.toml instead of setup.py