You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/core/release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ All files mentioned in this list may be written in Markdown or reStructuredText
33
33
- {file}`README` and {file}`CHANGES` must be visible on PyPI.
34
34
- Released eggs must contain generated gettext `.mo` files, but these files must not be committed to the repository.
35
35
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).
37
37
38
38
```{seealso}
39
39
[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