diff options
| author | Jonathan Lange <jml@canonical.com> | 2008-10-04 13:51:34 +1000 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2008-10-04 13:51:34 +1000 |
| commit | 48592baf729054daf1aada29f7758b22ee9c41e6 (patch) | |
| tree | b53aabd59bc5c0c525e7d92648501b54d6097d4e /setup.py | |
| parent | d8b2e575fe42e4ee25c176ddfc09d6c26d9cf3e4 (diff) | |
| download | testtools-48592baf729054daf1aada29f7758b22ee9c41e6.tar.gz | |
Rename pyunit3k to testtools.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ -"""Distutils installer for pyunit3k.""" +"""Distutils installer for testtools.""" from distutils.core import setup -setup(name='pyunit3k', +setup(name='testtools', author='Jonathan M. Lange', - author_email='jml+pyunit3k@mumak.net', - url='https://launchpad.net/pyunit3k', + author_email='jml+testtools@mumak.net', + url='https://launchpad.net/testtools', description=('Extensions to the Python standard library unit testing ' 'framework'), version='0.0.1', - packages=['pyunit3k']) + packages=['testtools']) |
