Open kloczek opened 2 years ago
Just found that from inherited from Fedora spec file before build was remove all .mo files so missing .mo files where caused by this.
Nevertheless looks like po files should not be packaged and installed.
So, long story short:
Describe the bug
I'm trying to package your module as an rpm package. So I'm using the typical pep517 based build, install and test cycle used on building packages from non-root account:
python3 -sBm build -w
After try to do that with https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/ looks like generated file are only .po files and there is no .mo files
How to Reproduce
And check content of the generated .whl file in dist/ directory
Expected behavior
pep518 based build should package not .po but .mo files.
Your project
https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/
Screenshots
No response
OS
Linux/x86_64
Python version
3.8.12
Sphinx version
4.3.2
Sphinx extensions
N/A
Extra tools
build module
Additional context
No response