listing pandoclatexextensions prevents subfolders from being included (i.e. plugins). The find_packages() function is recursive by default.
If other packages are added in the future but undesired in the pypi installable (e.g. a tests folder with __init__.py in it) just add those to setup(exclude=...).
listing
pandoclatexextensions
prevents subfolders from being included (i.e.plugins
). Thefind_packages()
function is recursive by default.If other packages are added in the future but undesired in the pypi installable (e.g. a
tests
folder with__init__.py
in it) just add those tosetup(exclude=...)
.