Skip to content

Commit 4c0d64c

Browse files
committed
Minor README update
1 parent 2a9517d commit 4c0d64c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ mkp-extract foo-1.0.mkp
6969
mkp-extract foo-1.0.mkp --output-dir bar --no-prefix
7070
```
7171

72-
### Extract mkp package programmatically
72+
### Advanced usage
73+
74+
#### Extract mkp package programmatically
7375

7476
```python
7577
import mkp
@@ -79,7 +81,7 @@ print(package.info)
7981
package.extract_files('path/to/somewhere')
8082
```
8183

82-
### Pack files to mkp package
84+
#### Pack files to mkp package
8385

8486
In contrast to `dist`, this provides the possibility to manually select the
8587
files by replacing `find_files`. It is also possible to choose a different
@@ -101,8 +103,6 @@ info = {
101103
mkp.pack_to_file(info, 'path/to/files', 'test-1.0.mkp')
102104
```
103105

104-
### Advanced usage
105-
106106
#### Exclude files when packing using [regular expressions](https://docs.python.org/3/library/re.html):
107107

108108
```python

0 commit comments

Comments
 (0)