Skip to content

Commit

Permalink
Update MANIFEST (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-chai authored Oct 16, 2024
1 parent 29aa984 commit 1560e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
recursive-exclude __pycache__ *.py[cod] *.orig
recursive-include torch_linear_assignment *.py
recursive-include src *.cpp
recursive-include src *.cu

# Include the README and CHANGELOG
include *.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_build_ext():
if __name__ == '__main__':
setuptools.setup(
name="torch-linear-assignment",
version="0.0.1.post1",
version="0.0.1.post2",
author="Ivan Karpukhin",
author_email="[email protected]",
description="Batched linear assignment with PyTorch and CUDA.",
Expand Down

0 comments on commit 1560e6b

Please sign in to comment.