tomduck / pandoc-latex-extensions

A pandoc filter that adds latex extensions.
GNU General Public License v3.0
23 stars 4 forks source link

include plugins subfolder in package #6

Open rtbs-dev opened 3 years ago

rtbs-dev commented 3 years ago

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=...).

seddonym commented 1 week ago

Any chance this could be merged? I'm experiencing the same issue and would love to use your excellent package!