Skip to content

Commit 0d213ac

Browse files
s/egg/package
Co-authored-by: Maurits van Rees <[email protected]>
1 parent a26ee56 commit 0d213ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/core/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All files mentioned in this list may be written in Markdown or reStructuredText
3333
- {file}`README` and {file}`CHANGES` must be visible on PyPI.
3434
- Released eggs must contain generated gettext `.mo` files, but these files must not be committed to the repository.
3535
The `.mo` files can be created with the `zest.pocompile` add-on, which should be installed together with `zest.releaser`.
36-
- `.gitignore` and `MANIFEST.in` must reflect the files going in to the egg (must include page template and `.po` files).
36+
- `.gitignore` and `MANIFEST.in` must reflect the files going in to the package (must include page template and `.po` files).
3737

3838
```{seealso}
3939
[High quality automated package releases for Python with `zest.releaser`](https://opensourcehacker.com/2012/08/14/high-quality-automated-package-releases-for-python-with-zest-releaser/).

0 commit comments

Comments
 (0)