Skip to content

Commit 812da6d

Browse files
Update docs
1 parent 6f170d9 commit 812da6d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Unreleased
22

3+
# 0.5.3
4+
5+
## Update
36
- ball query returns squared distance instead of distance
47
- leaner Point Cloud struct that avoids copying data
8+
9+
## Bug fix
10+
- Pcakage would not install if pytorch is not already installed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include README.md
22
include LICENSE
3+
include CHANGELOG.md
4+
include pyproject.toml
35

46
recursive-exclude test *
57
recursive-include cpu *

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,9 @@
6060
ext_modules=ext_modules,
6161
cmdclass={"build_ext": BuildExtension},
6262
long_description=long_description,
63-
long_description_content_type='text/markdown'
63+
long_description_content_type='text/markdown',
64+
classifiers=[
65+
"Programming Language :: Python :: 3",
66+
"License :: OSI Approved :: MIT License",
67+
],
6468
)

0 commit comments

Comments
 (0)