Skip to content

Commit 8a63d64

Browse files
authored
Update some documentation (#35)
1 parent 4177170 commit 8a63d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ url = "https://example.com/myproject"
5252
# installing in editable mode (pip install -e).
5353
src_root = "."
5454

55-
[project.scripts]
55+
[tool.enscons.scripts]
5656
my-script = "packagename.modulename:main"
5757

58-
[project.optional-dependencies]
58+
[tool.enscons.optional-dependencies]
5959
more = ["sphinx"]
6060
```
6161

0 commit comments

Comments
 (0)