Skip to content

Commit 0407e5a

Browse files
committed
Update exif-stripper example
1 parent 7d8a7fb commit 0407e5a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,14 +1542,15 @@ <h3><code>pyproject.toml</code></h3>
15421542
<h3>Example of specifying the entry point</h3>
15431543
<p>
15441544
When the <code>exif_stripper</code> package is installed, an entry
1545-
point (executable) called, <code>strip-exif</code>, is created
1546-
automatically, which when run calls the <code>main()</code> function
1547-
in the <code>exif_stripper.cli</code> module:
1545+
point (executable) called, <code>exif-stripper</code>, is created
1546+
automatically, which, when run, calls the
1547+
<code>main()</code> function in the
1548+
<code>exif_stripper.cli</code> module:
15481549
</p>
15491550
<div class="center">
15501551
<pre>
15511552
<code data-trim class="language-toml">
1552-
scripts.strip-exif = "exif_stripper.cli:main"
1553+
scripts.exif-stripper = "exif_stripper.cli:main"
15531554
</code>
15541555
</pre>
15551556
<small

0 commit comments

Comments
 (0)