diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2012-02-16 18:04:43 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-02-17 11:34:49 +0900 |
commit | 95f72ed9f294edb2f8fc22c1aa4f10314d030294 (patch) | |
tree | 2715fd95877fdf5b6e36201f0040933696f407fb /setup.py | |
parent | 8cca418059a816d3805b6f882e8f613b7bd2a526 (diff) |
setup.py: typo autor -> author
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ setup(name='ryu', keywords='openflow openvswitch openstack', url='http://www.osrg.net/ryu/', # author='', - autor_email='ryu-devel@lists.sourceforge.net', + author_email='ryu-devel@lists.sourceforge.net', license='GPL v3 only', packages=find_packages(), scripts=['bin/ryu-manager', |