Changeset 27713 for lang/python/pytc/trunk/setup.py
- Timestamp:
- 01/01/09 05:14:32 (4 years ago)
- Files:
-
- 1 modified
-
lang/python/pytc/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/pytc/trunk/setup.py
r24694 r27713 18 18 19 19 ext = Extension('pytc', 20 libraries = ['tokyocabinet' , 'z', 'pthread', 'm', 'c'],20 libraries = ['tokyocabinet'], 21 21 sources = ['pytc.c'], 22 22 include_dirs = include_dirs, … … 25 25 26 26 setup(name = 'pytc', 27 version = '0. 6',27 version = '0.7', 28 28 description = 'Tokyo Cabinet Python bindings', 29 29 long_description = '''
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)