include py.typed in MANIFEST rather than setup
This commit is contained in:
parent
623b9c12cc
commit
697029fc6a
4 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ exclude raylib/*.c
|
|||
exclude raylib/*.o
|
||||
include version.py
|
||||
exclude tests/*
|
||||
|
||||
include raylib/py.typed
|
||||
include pyray/py.typed
|
||||
|
||||
|
||||
|
|
Reference in a new issue