Skip to content

Commit

Permalink
added install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
klbostee committed Apr 10, 2009
1 parent 80a6262 commit 2676ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -7,6 +7,7 @@
url='http://github.com/klbostee/ctypedbytes',
py_modules=['ctypedbytes'],
ext_modules=[Extension('fastb', ['fastb.c'])],
install_requires = ['typedbytes'],
test_suite='nose.collector',
tests_require=['nose']
)

0 comments on commit 2676ed4

Please sign in to comment.