author info

This commit is contained in:
Travis J Parker 2010-06-14 15:44:15 -07:00
parent 81aa414f20
commit 2339153ae7
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ setup(
description="Fast binary [de]serialization of native python types",
version="1.0",
license="bsd",
author="Libor Michalek",
author_email="libor@pobox.com",
ext_modules=[Extension(
'wbin',
['wbin.c'],