We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21c93 commit c237151Copy full SHA for c237151
MANIFEST.in
@@ -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
@@ -48,7 +48,7 @@
48
requirements = ["torch>=1.1.0"]
49
50
url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
51
-__version__="0.5.1"
+__version__="0.5.2"
52
setup(
53
name="torch-points-kernels",
54
version=__version__,
0 commit comments