add a single py.typed (#6083)

This commit is contained in:
George Hotz
2024-08-14 17:31:46 -07:00
committed by GitHub
parent 2bf7b56485
commit c6e117c899
2 changed files with 1 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ setup(name='tinygrad',
long_description_content_type='text/markdown',
packages = ['tinygrad', 'tinygrad.runtime.autogen', 'tinygrad.codegen', 'tinygrad.nn', 'tinygrad.renderer', 'tinygrad.engine',
'tinygrad.runtime', 'tinygrad.runtime.support', 'tinygrad.runtime.graph', 'tinygrad.shape'],
package_data = {'tinygrad': ['py.typed']},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"

0
tinygrad/py.typed Normal file
View File