Skip to content

Commit bcb5b4c

Browse files
authored
Update README.md
1 parent 6ed918e commit bcb5b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ from .parser import PkgName
6565
}
6666
```
6767
3. Modify the `pyproject.toml` line `[project.entry-points."bam.parsers"]` to the new entry point:
68-
```toml
68+
```sh
6969
<pkg-name>_entry_point = "<pkg-name>:<pkg-name>_entry_point"
7070
```
7171
4. Modify all other parts in `pyproject.toml` where the `<pkg-name>` is `masterdata_parser_example` to your package name.

0 commit comments

Comments
 (0)