source: trunk/pymigemo/setup.py @ 36

Revision 36, 334 bytes checked in by atzm, 13 years ago (diff)
  • check dictionary loadable
  • 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",
[36]7      version="0.3",
[21]8      description="C/Migemo wrapper for Python",
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.