Skip to content

Commit 7547ee6

Browse files
committed
Remove tools from packages
1 parent a9d0a77 commit 7547ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
AUTHOR = 'Vassilis Choutas'
2929
REQUIRES_PYTHON = '>=3.6.0'
30-
VERSION = '0.1.24'
30+
VERSION = '0.1.25'
3131

3232
here = os.path.abspath(os.path.dirname(__file__))
3333

@@ -76,4 +76,4 @@
7676
'matplotlib': matplotlib_reqs,
7777
'all': pyrender_reqs + matplotlib_reqs + open3d_reqs
7878
},
79-
packages=['smplx', 'tools'])
79+
packages=['smplx'])

0 commit comments

Comments
 (0)