Skip to content

Commit

Permalink
Include tests in manifest. Removed unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lundin committed Jul 20, 2010
1 parent c2db05a commit 1e0beae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions MANIFEST

This file was deleted.

1 change: 1 addition & 0 deletions MANIFEST.in
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
1 change: 0 additions & 1 deletion libuuid/_uuid.pyx
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
Expand Down

0 comments on commit 1e0beae

Please sign in to comment.