Skip to content

Commit 068c1f8

Browse files
author
Pan
committed
Include pyx/pxd files in source distributions.
1 parent bea17aa commit 068c1f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ install:
2525
script:
2626
- nosetests
2727
- flake8 ssh2
28+
- python setup.py sdist
29+
- cd dist; pip install *; cd ..
2830
jobs:
2931
include:
3032
- stage: OSX wheel build

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ include versioneer.py
33
include ssh2/_version.py
44
exclude .travis.yml
55
include LICENSE
6+
include ssh2/*.pyx
7+
include ssh2/*.pxd

0 commit comments

Comments
 (0)