include py.typed in MANIFEST rather than setup

This commit is contained in:
Richard Smith 2024-11-17 01:24:57 +00:00
parent 623b9c12cc
commit 697029fc6a
4 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,7 @@ exclude raylib/*.c
exclude raylib/*.o
include version.py
exclude tests/*
include raylib/py.typed
include pyray/py.typed