Include the mox_test_helper.py in the distribution.

This commit is contained in:
dglasser 2008-06-16 21:30:12 +00:00
parent 5eb62d1ff0
commit 0856dbdb6d
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
include COPYING
include mox_test.py
include mox_test_helper.py

View File

@ -1,6 +1,6 @@
#!/usr/bin/python2.4
from distutils.core import setup
# TODO(glasser): Make sure that test stuff is included/documented.
setup(name='mox',
version='1.0.0',
py_modules=['mox', 'stubout'],