]> source.dussan.org Git - gitea.git/commit
Clean up pyproject.toml and package.json, fix poetry options (#25327)
authorsilverwind <me@silverwind.io>
Sun, 18 Jun 2023 18:13:08 +0000 (20:13 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jun 2023 18:13:08 +0000 (18:13 +0000)
commit1a0a20546699021c547ffb4cc4979bf334b39b53
treeb5b19896488b5f79464d036c7b15de14b0287081
parentbfab129fb97479e2efaaa0ece7071e13d79629ed
Clean up pyproject.toml and package.json, fix poetry options (#25327)

- Reduce `pyproject.toml` and `package.json` to the minimal required
format, removing unneeded properties. `build-system` is not needed as
per
[this](https://github.com/python-poetry/poetry/issues/8110#issuecomment-1595846841).
- Fix `poetry.toml` options they were wrong previously.
- Add dependencies of poetry files to templates `files-changed`.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
.github/workflows/files-changed.yml
package-lock.json
package.json
poetry.toml
pyproject.toml