Merge pull request #3931 from minrk/translate-sdists

include translation sources in sdists
Min RK 8 years ago committed by GitHub
commit 5b115c2e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,9 @@ include setupbase.py
include Dockerfile
graft tools
# Translations
graft notebook/i18n
# Documentation
graft docs
exclude docs/\#*

@ -38,6 +38,7 @@ New features:
- Allow configuring max_body_size and max_buffer_size (:ghpull:`3829`)
- Allow configuring get_secure_cookie keyword-args (:ghpull:`3778`)
- Respect nbconvert entrypoints as sources for exporters (:ghpull:`3879`)
- Include translation sources in source distributions (:ghpull:`3925`, :ghpull:`3931`)
- Various improvements to documentation (:ghpull:`3799`, :ghpull:`3800`,
:ghpull:`3806`, :ghpull:`3883`, :ghpull:`3908`)

Loading…
Cancel
Save