File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ deploy:
11
11
password :
12
12
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=
13
13
provider : pypi
14
- skip_cleanup : false
14
+ skip_cleanup : true
15
15
user : yihui
16
16
install :
17
17
- python setup.py build
18
- - python setup.py bdist_wheel
19
- - pip install ./dist/speexdsp*.whl
18
+ - pip install .
20
19
language : python
21
20
python :
22
21
- ' 2.6'
Original file line number Diff line number Diff line change
1
+ include README.md
2
+ exclude .gitignore .gitmodules
3
+ recursive-include src *.c *.cc *.h
4
+ recursive-exclude Makefile
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'speexdsp' ,
30
- version = '0.1.0 ' ,
30
+ version = '0.1.1 ' ,
31
31
description = 'Python bindings of speexdsp library' ,
32
32
long_description = long_description ,
33
33
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments