File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ For the description of supported Command Line Interface options, see
30
30
31
31
## Development
32
32
33
- Build the binding with [ maturin] :
33
+ Build the binding with [ maturin] (from repository root folder) :
34
34
35
35
``` text
36
- maturin dev --manifest-path py-binding/Cargo.toml
36
+ maturin dev
37
37
```
38
38
39
39
Then invoke the executable script as a normal CLI app:
@@ -49,7 +49,7 @@ cpp-linter -help
49
49
| ` cpp_linter ` | The pure python sources that wrap the rust binding. Typing information is located here. |
50
50
| ` src ` | The location for all rust sources related to binding the cpp-linter library. |
51
51
| ` Cargo.toml ` | Metadata about the binding's rust package (which _ is not_ intended to be published to crates.io). |
52
- | ` pyproject.toml ` | Metadata about the python package. |
52
+ | ` ../../ pyproject.toml` | Metadata about the python package (located in repo root) . |
53
53
| ` requirements-dev.txt ` | The dependencies used in development (not needed for runtime/production). |
54
54
55
55
Hidden files and folders are not described in the table above.
You can’t perform that action at this time.
0 commit comments