Skip to content

Commit

Permalink
Add forgotten files
Browse files Browse the repository at this point in the history
  • Loading branch information
nitmir committed Oct 19, 2016
1 parent 49029d3 commit 8e7a1b9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
setup.cfg
setup.py
btdht/__init__.py
btdht/dht.c
btdht/krcp.c
btdht/utils.c
btdht/krcp.pxd
btdht/utils.pyx
btdht/dht.pyx
btdht/krcp.pyx

3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
datrie >= 0.7
Cython >= 0.21
wheel
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datrie >= 0.7
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[metadata]
description-file = README.rst

[bdist_wheel]
universal = 0

0 comments on commit 8e7a1b9

Please sign in to comment.