Skip to content

Commit

Permalink
Rename rencode.pyx to _rencode.pyx to fix Cython 0.27 builds (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood authored and aresch committed Nov 4, 2018
1 parent 9f91827 commit ffc40a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Extension(
"rencode._rencode",
extra_compile_args=["-O3"],
sources=["rencode/rencode" + source_ext],
sources=["rencode/_rencode" + source_ext],
),
]

Expand Down

0 comments on commit ffc40a7

Please sign in to comment.