Skip to content

Commit 152c15d

Browse files
committed
0.1.1
1 parent e8d7d38 commit 152c15d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ deploy:
1111
password:
1212
secure: I2+AvqhnKvlwRoiuiQ/oco+pzo1qjle2t4fObQN65003AVJJUZW76lPXswyApCzEPSbHjiTt7xHfmOi9RJJ+xkXVst7s4jdVAmhOB3bf1h5G1gHWc13G52IrQYkjhEQuZVwmlfmCBtvYBNkJUEJEW0xxS6qKUdHLF8i1aPdjUneVkrqclX9P+Zd8mRK3VYXBL7VGqZ+yAX9Hw9/deFnVNymtXAcA9y/GkKruKDE44n/qLsrNvqo5+ClmrITkG9phhSpQRE9dlIBNpB+Gb04UKqFEbC71Y1x+aeWyg/cNkc2wUJtgPxE62RzzbjUfnTnoy+sEo+wvllfwlKR4tKcaon/hZGCsXflXgVPNCUDJ2M5lRufvtSNpGIxeG2nWUv2hioTVvSE96u+kKhHgv6OcN9jaS8qAY8CMTloXZYUDPSNrH9BTOReEhBNoCPwmUqs4dt0xVlfz626SQQdUravrHZlVhMKtNgjzrv3PVbNvAMwzjEJgBLwc7otWmgh3/mRYpIIOVRzJEg2SZQz0sk16t21PUqwZh7dVTYCKzjcbsVUjMpRnamtypPesFjNwS06s4fLAzhKc/pMeue4wliEFCE7l/CVmyFfWm0oIzxziBySRx+YJSeKrCXieL400+WN1SsdnArg+wDiWv80BM2NJAflwM7fRNXRvz61OMn1mtAk=
1313
provider: pypi
14-
skip_cleanup: false
14+
skip_cleanup: true
1515
user: yihui
1616
install:
1717
- python setup.py build
18-
- python setup.py bdist_wheel
19-
- pip install ./dist/speexdsp*.whl
18+
- pip install .
2019
language: python
2120
python:
2221
- '2.6'

MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include README.md
2+
exclude .gitignore .gitmodules
3+
recursive-include src *.c *.cc *.h
4+
recursive-exclude Makefile

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='speexdsp',
30-
version='0.1.0',
30+
version='0.1.1',
3131
description='Python bindings of speexdsp library',
3232
long_description=long_description,
3333
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)