Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKueltz committed May 11, 2016
1 parent b0a95d1 commit fe64089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include LICENSE
include README.rst
include src/_ecdsa.h
include src/curve.h
include src/curveMath.h
Expand Down
2 changes: 1 addition & 1 deletion src/curveMath.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ static PyMethodDef curvemath__methods__[] = {

PyMODINIT_FUNC initcurvemath(void) {
(void) Py_InitModule("curvemath", curvemath__methods__);
}
}

0 comments on commit fe64089

Please sign in to comment.