Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Binary Wheel Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Binary Wheel Package
Merge requests
!8
Update cookiecutter.json
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update cookiecutter.json
quick-fixes
into
main
Overview
3
Commits
10
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
Merged
Corné Lukken
requested to merge
quick-fixes
into
main
6 months ago
Overview
3
Commits
10
Pipelines
10
Changes
1
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
f561360b
Prev
Next
Show latest version
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f561360b
Update pyproject.toml
· f561360b
Corné Lukken
authored
6 months ago
{{cookiecutter.project_slug}}/pyproject.toml
+
5
−
4
View file @ f561360b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,16 +11,17 @@ name = "{{cookiecutter.project_slug}}"
dynamic
=
[
"version"
]
description
=
"{{cookiecutter.description}}"
readme
=
"README.md"
requires-python
=
">
=
3.
8
"
requires-python
=
">
=
3.
9
"
classifiers
=
[
"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.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: 3.13"
,
]
[tool.scikit-build]
Loading