mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
chore: add py.typed marker. (#1991)
* chore: add `py.typed` marker. * fix: add comma
This commit is contained in:
parent
da2b3e55f4
commit
6d581e8911
2 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -15,6 +15,9 @@ setup(name='tinygrad',
|
|||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
packages = ['tinygrad', 'tinygrad.codegen', 'tinygrad.nn', 'tinygrad.renderer', 'tinygrad.runtime', 'tinygrad.shape'],
|
||||
package_data = {
|
||||
'tinygrad': ['py.typed'],
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License"
|
||||
|
|
|
|||
0
tinygrad/py.typed
Normal file
0
tinygrad/py.typed
Normal file
Loading…
Add table
Add a link
Reference in a new issue