Skip to content

Commit d1e8f6a

Browse files
pyproject update
1 parent 030a478 commit d1e8f6a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

pyproject.toml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,9 @@
22
authors = [
33
{name = "Zsolt Oroszlány", email = "[email protected]"},
44
]
5-
description = "A lightweight, Open Source pyprintf sprintf() implementation written in Python"
6-
license = "BSD-3-Clause"
7-
name = "pyprintf"
8-
readme = "README.md"
9-
requires-python = ">=3.10"
10-
version = "0.0.2"
11-
maintainers = [
12-
{name = "Zsolt Oroszlány", email = "[email protected]"},
13-
]
145
classifiers = [
156
"Development Status :: 5 - Production/Stable",
167
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: BSD License",
188
"Natural Language :: English",
199
"Programming Language :: Python :: 3 :: Only",
2010
"Programming Language :: Python :: 3.9",
@@ -23,16 +13,25 @@ classifiers = [
2313
"Programming Language :: Python :: 3.12",
2414
"Programming Language :: Python :: 3.13",
2515
]
16+
dependencies = [
17+
"typing-extensions>=4.0.0",
18+
]
19+
description = "A lightweight, Open Source pyprintf sprintf() implementation written in Python"
2620
keywords = [
2721
"pyprintf",
2822
"sprintf",
2923
"parser",
3024
"python",
3125
"formatting",
3226
]
33-
dependencies = [
34-
"typing-extensions>=4.0.0",
27+
license = {text = "BSD-3-Clause"}
28+
maintainers = [
29+
{name = "Zsolt Oroszlány", email = "[email protected]"},
3530
]
31+
name = "pyprintf"
32+
readme = "README.md"
33+
requires-python = ">=3.10"
34+
version = "0.0.2"
3635

3736
[project.urls]
3837
"Bug Tracker" = "https://github.com/playfulsparkle/pyprintf/issues"
@@ -45,4 +44,4 @@ requires = ["setuptools>=65.0.0", "wheel"]
4544
build-backend = "setuptools.build_meta"
4645

4746
[project.optional-dependencies]
48-
dev = ["pytest>=7.1", "flake8>=4.0"]
47+
dev = ["pytest>=7.1", "flake8>=4.0"]

0 commit comments

Comments
 (0)