Skip to content

Commit 68dbf1a

Browse files
committed
Bumped project.version to 1.0.1, added trailing commas
1 parent 9eb2c37 commit 68dbf1a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"wheel"
4+
"wheel",
55
]
66
build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "find-project-root"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
description = "Locate project root via custom markers."
1212
authors = [
13-
{ name = "Adam Lui", email = "adam@kudoai.com" }
13+
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]
1515
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"docs/LICENSE.md"
18+
"docs/LICENSE.md",
1919
]
2020
dependencies = [
21-
"project-markers>=1.0.0,<2.0.0"
21+
"project-markers>=1.0.0,<2.0.0",
2222
]
2323
requires-python = ">=2.6,<4.0"
2424
keywords = [
@@ -31,7 +31,7 @@ keywords = [
3131
"marker-files",
3232
"path-finder",
3333
"project-root",
34-
"root-detection"
34+
"root-detection",
3535
]
3636
classifiers = [
3737
"Development Status :: 5 - Production/Stable",
@@ -56,11 +56,11 @@ classifiers = [
5656
"Topic :: Software Development :: Version Control",
5757
"Topic :: System :: Filesystems",
5858
"Topic :: System :: Systems Administration",
59-
"Topic :: Utilities"
59+
"Topic :: Utilities",
6060
]
6161

6262
[project.urls]
63-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.0"
63+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.1"
6464
Documentation = "https://github.com/adamlui/python-utils/tree/main/find-project-root/docs"
6565
Funding = "https://github.com/sponsors/adamlui"
6666
Homepage = "https://github.com/adamlui/python-utils/tree/main/find-project-root/#readme"
@@ -73,5 +73,5 @@ Repository = "https://github.com/adamlui/python-utils"
7373
dev = [
7474
"nox>=2026.2.9",
7575
"tomli>=2.0.0,<3.0.0",
76-
"tomli-w>=0.1.0,<2.0.0"
76+
"tomli-w>=0.1.0,<2.0.0",
7777
]

0 commit comments

Comments
 (0)