Skip to content

Commit

Permalink
fix: include locale files in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Nov 27, 2024
1 parent 6110bf1 commit a43291d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
graft substanced
graft docs
prune docs/_build

include *.rst
include *.txt
include *.md
include *.mo
include *.po
include *.pot
include tox.ini
include .coveragerc

global-exclude __pycache__ *.py[cod]

0 comments on commit a43291d

Please sign in to comment.