Skip to content

Commit

Permalink
fix the pip problem while installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhaan838 committed Oct 30, 2024
1 parent b01c2df commit 46bd456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
recursive-include cgrad/tensor *.pyx *.c *.pyi
recursive-include cgrad/gemm *.c
recursive-include cgrad/randoms *.pyx *.c *.pyi
recursive-include cgrad/autograd *.pyx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="cgrad",
version="0.0.1",
version="0.0.2",
description="A Cython-based tensor and autograd library",
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 46bd456

Please sign in to comment.