We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ec644 + ba7aadb commit 5b115c2Copy full SHA for 5b115c2
MANIFEST.in
@@ -8,6 +8,9 @@ include setupbase.py
8
include Dockerfile
9
graft tools
10
11
+# Translations
12
+graft notebook/i18n
13
+
14
# Documentation
15
graft docs
16
exclude docs/\#*
docs/source/changelog.rst
@@ -38,6 +38,7 @@ New features:
38
- Allow configuring max_body_size and max_buffer_size (:ghpull:`3829`)
39
- Allow configuring get_secure_cookie keyword-args (:ghpull:`3778`)
40
- Respect nbconvert entrypoints as sources for exporters (:ghpull:`3879`)
41
+- Include translation sources in source distributions (:ghpull:`3925`, :ghpull:`3931`)
42
- Various improvements to documentation (:ghpull:`3799`, :ghpull:`3800`,
43
:ghpull:`3806`, :ghpull:`3883`, :ghpull:`3908`)
44
0 commit comments