| Revision 31,
327 bytes
checked in by atzm, 16 years ago
(diff) |
|
fixed versioning
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
| Rev | Line | |
|---|
| [21] | 1 | #!/usr/bin/env python |
|---|
| 2 | # -*- coding: ascii -*- |
|---|
| 3 | |
|---|
| 4 | from distutils.core import setup, Extension |
|---|
| 5 | setup(name="migemo", |
|---|
| [31] | 6 | version="0.2", |
|---|
| [21] | 7 | description="C/Migemo wrapper for Python", |
|---|
| 8 | author="Atzm WATANABE", |
|---|
| [28] | 9 | author_email="atzm@atzm.org", |
|---|
| [21] | 10 | ext_modules=[Extension("migemo", ["pymigemo.c"], libraries=["migemo"])]) |
|---|
Note: See
TracBrowser
for help on using the repository browser.