We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed918e commit bcb5b4cCopy full SHA for bcb5b4c
README.md
@@ -65,7 +65,7 @@ from .parser import PkgName
65
}
66
```
67
3. Modify the `pyproject.toml` line `[project.entry-points."bam.parsers"]` to the new entry point:
68
-```toml
+```sh
69
<pkg-name>_entry_point = "<pkg-name>:<pkg-name>_entry_point"
70
71
4. Modify all other parts in `pyproject.toml` where the `<pkg-name>` is `masterdata_parser_example` to your package name.
0 commit comments