forked from dln/python-libuuid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include tests in manifest. Removed unused import.
- Loading branch information
Daniel Lundin
committed
Jul 20, 2010
1 parent
c2db05a
commit 1e0beae
Showing
3 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include MANIFEST.in MANIFEST | ||
include AUTHORS LICENSE README.rst | ||
recursive-include libuuid *.py *.pyx *.pxd _uuid.c | ||
recursive-include tests *.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# cython: embedsignature=True | ||
from binascii import hexlify | ||
import uuid as uuid_std | ||
|
||
cimport uuid | ||
|