Skip to content

Commit 090c23a

Browse files
committed
update pyproject.toml
1 parent fdc8b59 commit 090c23a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools>=61"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "memo"
37
authors = [{ name = "Antonio Rodriguez", email = "[email protected]" }]
@@ -6,16 +10,14 @@ description = "CLI app to manage your Apple Notes and Apple reminders"
610
readme = "README.md"
711
license = "MIT"
812
requires-python = ">=3.13"
9-
dependencies = [
10-
"click>=8.1.8",
11-
"html2text>=2024.2.26",
12-
"mistune>=3.1.3",
13-
"setuptools>=78.1.0",
14-
]
13+
dependencies = ["click>=8.1.8", "html2text>=2024.2.26", "mistune>=3.1.3"]
1514

1615
[project.urls]
1716
Repository = "https://github.com/antoniorodr/memo"
1817
Issues = "https://github.com/antoniorodr/memo/issues"
1918

2019
[project.scripts]
2120
memo = "memo.memo:cli"
21+
22+
[tool.setuptools]
23+
package-dir = { "" = "src" }

0 commit comments

Comments
 (0)