Mercurial > hgrepos > Python2 > pdfautonup
view setup.py @ 5:d80ac90277ac
FIX: compute the version of the used pymupdf package properly
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Sep 2025 13:56:37 +0200 |
| parents | d0832175b1b2 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import setuptools if __name__ == "__main__": setuptools.setup()
