Skip to content

Commit

Permalink
Include pyx/pxd files in source distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jan 2, 2018
1 parent bea17aa commit 068c1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ install:
script:
- nosetests
- flake8 ssh2
- python setup.py sdist
- cd dist; pip install *; cd ..
jobs:
include:
- stage: OSX wheel build
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include versioneer.py
include ssh2/_version.py
exclude .travis.yml
include LICENSE
include ssh2/*.pyx
include ssh2/*.pxd

0 comments on commit 068c1f8

Please sign in to comment.