-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mai Nishimura edited this page Mar 20, 2022
·
1 revision
- setup.cfg の内容は pyproject.toml にかける(setuptools/PEP621 support 試験リリース版)
- setup.py は editable install のために必要(setuptools/PEP660 support で対応予定)ほか動的メタデータ書く際にもいる
- distribution の作成には PEP517 を support する pypa/build を使う https://setuptools.pypa.io/en/latest/build_meta.html