commit | 159e9a49525937f18a55c38136aae32575424d55 | [log] [tgz] |
---|---|---|
author | Rin Arakaki <rnarkkx@gmail.com> | Tue Oct 29 01:12:51 2024 +0900 |
committer | GitHub <noreply@github.com> | Mon Oct 28 12:12:51 2024 -0400 |
tree | 9b90f4a7f38be93b96df88951bcc72d12b9e8406 | |
parent | e1b5a110157388a8f7ed2ecfb380afbef9a6cd57 [diff] |
feat: migrate to pyproject.toml (#736) * migrate to pyproject.toml * remove version * remove readme_filename * remove long_description * dynamic version * move description * move urls * move packages * zip_safe is deprecated * include-package-data = true by default * platforms are ignored * Add copyright notice * proto-plus when python_version >= '3.13' * remove mypy.ini * remove pytest.ini --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>