source: pymigemo/trunk/setup.py @ 227

Revision 227, 330 bytes checked in by atzm, 12 years ago (diff)
  • fixed handle value bytes to unicode
  • Property svn:executable set to *
  • Property svn:keywords set to Id
RevLine 
[21]1#!/usr/bin/env python
[36]2# -*- coding: utf-8 -*-
3# $Id$
[21]4
5from distutils.core import setup, Extension
6setup(name="migemo",
[227]7      version="0.4",
[37]8      description="C/Migemo Python binding",
[21]9      author="Atzm WATANABE",
[28]10      author_email="atzm@atzm.org",
[21]11      ext_modules=[Extension("migemo", ["pymigemo.c"], libraries=["migemo"])])
Note: See TracBrowser for help on using the repository browser.