Skip to content

All .tlf fonts not included in PyPI distribution #153

Description

@edward-jazzhands

I recently noticed that all the fonts with .tlf extensions are not included in the built release that gets uploaded to PyPI. From what I can tell it looks like these fonts were never actually included in the build. I wanted to ask about this here in case there's something I'm missing.

The setup.py file has this line:

package_data={'pyfiglet.fonts': ['*.flf', '*.flc']},

Likewise the MANIFEST file only contains this:

include pyfiglet/fonts/*.flf
include pyfiglet/fonts/*.flc

No mention of .tlf extension in either file. Is this intentional? I feel like there must be something I'm missing here, although I'm certain that all the toilet fonts are not included in the built wheel on PyPI.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions