Skip to content

Commit 5b115c2

Browse files
authored
Merge pull request #3931 from minrk/translate-sdists
include translation sources in sdists
2 parents 33ec644 + ba7aadb commit 5b115c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ include setupbase.py
88
include Dockerfile
99
graft tools
1010

11+
# Translations
12+
graft notebook/i18n
13+
1114
# Documentation
1215
graft docs
1316
exclude docs/\#*

docs/source/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ New features:
3838
- Allow configuring max_body_size and max_buffer_size (:ghpull:`3829`)
3939
- Allow configuring get_secure_cookie keyword-args (:ghpull:`3778`)
4040
- Respect nbconvert entrypoints as sources for exporters (:ghpull:`3879`)
41+
- Include translation sources in source distributions (:ghpull:`3925`, :ghpull:`3931`)
4142
- Various improvements to documentation (:ghpull:`3799`, :ghpull:`3800`,
4243
:ghpull:`3806`, :ghpull:`3883`, :ghpull:`3908`)
4344

0 commit comments

Comments
 (0)