Skip to content

Commit c237151

Browse files
Fix packaging
1 parent da21c93 commit c237151

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include README.md
2+
include LICENSE
3+
4+
recursive-exclude test *
5+
recursive-include cpu *
6+
recursive-include cuda *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
requirements = ["torch>=1.1.0"]
4949

5050
url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
51-
__version__="0.5.1"
51+
__version__="0.5.2"
5252
setup(
5353
name="torch-points-kernels",
5454
version=__version__,

0 commit comments

Comments
 (0)