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 f4feda2 commit 5630d31Copy full SHA for 5630d31
.travis.yml
@@ -311,4 +311,5 @@ deploy:
311
on:
312
# test
313
branch: rc_patches4
314
- distributions: sdist --formats=gztar,zip
+ distributions: "sdist bdist_wheel"
315
+ skip_existing: true
setup.py
@@ -868,7 +868,7 @@ def pkgconfig_win(flag, cut):
868
setup(name='python-pcl',
869
description='Python bindings for the Point Cloud Library (PCL). using Cython.',
870
url='http://github.com/strawlab/python-pcl',
871
- version='0.3',
+ version='0.3.0.dev1',
872
author='John Stowers',
873
author_email='john.stowers@gmail.com',
874
maintainer='Tooru Oonuma',
0 commit comments