dev-python/pyproject-hooks: Put quotes around EAPI

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-08 22:20:58 +01:00
parent d4a98a9a57
commit 535c629899
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EAPI="8"
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..11} )