Skip to content

Commit

Permalink
Fix: missing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Crevon committed Mar 28, 2013
1 parent a581ecb commit 8ade3f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.rst
include MANIFEST.in
include setup.py
include docs/*
include tests/*
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
'pyelevator.utils',
],
package_dir={'': '.'},
include_package_data=False,

install_requires=[
'pyzmq==13.0.0',
'pyzmq==13.0.2',
'lz4',
'msgpack-python'
],
)
)

0 comments on commit 8ade3f3

Please sign in to comment.