Skip to content

Commit

Permalink
Update pyproject.toml for style and current state
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Sep 20, 2024
1 parent e1eaa18 commit 6fd2476
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools>=60"]
requires = ["setuptools >= 60"]
build-backend = "setuptools.build_meta"

[project]
name = "mobile-forge"
version = "2023.0.0"
version = "2024.0.0"
description = "A tool to manage building cross-platform binary wheels for mobile devices"
readme = { file = "README.md", content-type = "text/x-rst"}
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE" }
authors = [
{name = "Russell Keith-Magee", email = "[email protected]"}
Expand All @@ -20,7 +20,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -38,12 +37,12 @@ dependencies = [
"packaging == 24.1",
"PyYAML == 6.0.2",
"tomli >= 2.0,< 3.0; python_version <= '3.10'",
"wheel==0.44.0",
"wheel == 0.44.0",
]

[project.optional-dependencies]
dev = [
"pre-commit==3.8.0",
"pre-commit == 3.8.0",
]

[project.urls]
Expand Down

0 comments on commit 6fd2476

Please sign in to comment.