11[build-system ]
22requires = [
33 " setuptools>=61.0" ,
4- " wheel"
4+ " wheel" ,
55]
66build-backend = " setuptools.build_meta"
77
88[project ]
99name = " find-project-root"
10- version = " 1.0.0 "
10+ version = " 1.0.1 "
1111description = " Locate project root via custom markers."
1212authors = [
13- { name = " Adam Lui" , email = " adam@kudoai.com" }
13+ { name = " Adam Lui" , email = " adam@kudoai.com" },
1414]
1515readme = " docs/README.md"
1616license = " MIT"
1717license-files = [
18- " docs/LICENSE.md"
18+ " docs/LICENSE.md" ,
1919]
2020dependencies = [
21- " project-markers>=1.0.0,<2.0.0"
21+ " project-markers>=1.0.0,<2.0.0" ,
2222]
2323requires-python = " >=2.6,<4.0"
2424keywords = [
@@ -31,7 +31,7 @@ keywords = [
3131 " marker-files" ,
3232 " path-finder" ,
3333 " project-root" ,
34- " root-detection"
34+ " root-detection" ,
3535]
3636classifiers = [
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 "
6464Documentation = " https://github.com/adamlui/python-utils/tree/main/find-project-root/docs"
6565Funding = " https://github.com/sponsors/adamlui"
6666Homepage = " https://github.com/adamlui/python-utils/tree/main/find-project-root/#readme"
@@ -73,5 +73,5 @@ Repository = "https://github.com/adamlui/python-utils"
7373dev = [
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