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
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3# $Id$
4
5from distutils.core import setup, Extension
6setup(name="migemo",
7      version="0.3",
8      description="C/Migemo wrapper for Python",
9      author="Atzm WATANABE",
10      author_email="atzm@atzm.org",
11      ext_modules=[Extension("migemo", ["pymigemo.c"], libraries=["migemo"])])
Note: See TracBrowser for help on using the repository browser.