-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan
committed
Mar 24, 2017
1 parent
c9fe3ac
commit 4e52d63
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nodetrie
updated
11 files
+1 −0 | .gitignore | |
+2 −2 | .travis.yml | |
+3 −1 | MANIFEST.in | |
+83 −18 | README.rst | |
+1 −1 | nodetrie/__init__.py | |
+1 −1 | nodetrie/_version.py | |
+448 −365 | nodetrie/nodetrie.c | |
+4 −2 | nodetrie/nodetrie.pyx | |
+1 −1 | nodetrie_c | |
+1 −1 | setup.cfg | |
+11 −25 | setup.py |