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>
This commit is contained in:
silverwind 2023-06-18 20:13:08 +02:00 committed by GitHub
parent bfab129fb9
commit 1a0a205466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 11 deletions

View file

@ -1,4 +1,4 @@
[virtualenvs]
in-project = true
no-pip = true
no-setuptools = true
options.no-pip = true
options.no-setuptools = true