Skip to content
Snippets Groups Projects
Commit f561360b authored by Corné Lukken's avatar Corné Lukken
Browse files

Update pyproject.toml

parent 66bd9e74
No related branches found
No related tags found
1 merge request!8Update cookiecutter.json
Pipeline #102711 canceled
Pipeline: Python Binary Wheel Package

#102712

    This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
    ...@@ -11,16 +11,17 @@ name = "{{cookiecutter.project_slug}}" ...@@ -11,16 +11,17 @@ name = "{{cookiecutter.project_slug}}"
    dynamic = ["version"] dynamic = ["version"]
    description="{{cookiecutter.description}}" description="{{cookiecutter.description}}"
    readme = "README.md" readme = "README.md"
    requires-python = ">=3.8" requires-python = ">=3.9"
    classifiers = [ classifiers = [
    "Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
    "License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License",
    "Operating System :: OS Independent",
    "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12" "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    ] ]
    [tool.scikit-build] [tool.scikit-build]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment