Skip to content

Commit

Permalink
Fix missing cypcap.pyx in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Nov 3, 2021
1 parent 5cf163f commit fe5dbb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.1.1 (2021-11-03)
-------------------

Fixed
^^^^^
* ``cypcap.pyx`` was missing from sdist due to ``cythonize``. (Bug in Cython?)

v0.1.0 (2021-11-03)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include cypcap.c
include *.pxd *.pxi
include *.pyx *.pxd *.pxi
2 changes: 1 addition & 1 deletion cypcap.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cimport cpcap
cimport csocket


__version__ = u"0.1.0"
__version__ = u"0.1.1"


include "npcap.pxi"
Expand Down

0 comments on commit fe5dbb4

Please sign in to comment.