Skip to content

Commit

Permalink
Include pyx file (#25)
Browse files Browse the repository at this point in the history
* Rename rencode.pyx to _rencode.pyx to fix Cython 0.27 builds

* Add .pyx file to MANIFEST so it is shipped in sdist
  • Loading branch information
jonathanunderwood authored and aresch committed Nov 4, 2018
1 parent ffc40a7 commit 5c928f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -2,3 +2,4 @@ include COPYING
include README.md
include tests/*.py
include rencode/rencode.c
include rencode/_rencode.pyx

0 comments on commit 5c928f1

Please sign in to comment.