This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/MANIFEST.in

14 lines
224 B
Text

include raylib/*.so
include raylib/*.pyi
include pyray/*.pyi
include raylib/*.pyd
exclude raylib/*.a
include raylib/*.h
include raylib/*.h.modified
exclude raylib/*.c
exclude raylib/*.o
include version.py
exclude tests/*