Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-chaulet committed Apr 3, 2020
1 parent da21c93 commit c237151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include README.md
include LICENSE

recursive-exclude test *
recursive-include cpu *
recursive-include cuda *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
requirements = ["torch>=1.1.0"]

url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
__version__="0.5.1"
__version__="0.5.2"
setup(
name="torch-points-kernels",
version=__version__,
Expand Down

0 comments on commit c237151

Please sign in to comment.