Revision 42,
330 bytes
checked in by atzm, 14 years ago
(diff) |
- modified directory structure
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | #!/usr/bin/env python |
---|
2 | # -*- coding: utf-8 -*- |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | from distutils.core import setup, Extension |
---|
6 | setup(name="migemo", |
---|
7 | version="0.3", |
---|
8 | description="C/Migemo Python binding", |
---|
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.