I choose Apache 2.0 as license for the package to be created. However, the resulting pyproject.toml contains an out-commented license classifier referring to EUPL:
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
# "License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Natural Language :: English",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
I choose Apache 2.0 as license for the package to be created. However, the resulting pyproject.toml contains an out-commented license classifier referring to EUPL:
There should be the correct Apache classifier.