Skip to content

Commit

Permalink
Add missing packages to setup.py (tinygrad#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 authored Feb 11, 2023
1 parent 20a351a commit a4f5f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
packages = ['tinygrad', 'tinygrad.llops', 'tinygrad.nn'],
packages = ['tinygrad', 'tinygrad.llops', 'tinygrad.nn', 'tinygrad.runtime', 'tinygrad.shape'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
Expand Down

0 comments on commit a4f5f2f

Please sign in to comment.