X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=setup.py;h=3fbf3003d3524091a42d83dee385140f228f698c;hb=a678c04bd9942eb915a1d07caac747ef5d0f8556;hp=7ceb7eb429c06648d5c031924205c96687b22b6c;hpb=082e0c25082710d31b8026d5bb7f63a8869fdf13;p=meshio%2Fpymeshio.git diff --git a/setup.py b/setup.py index 7ceb7eb..3fbf300 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding: utf-8 from setuptools import setup import sys @@ -6,7 +7,7 @@ import os import shutil name='pymeshio' -version='2.0.1' +version='2.0.2' short_description='pure python 3d model io library' long_description='''\ `pymeshio` is a package for 3d model io. @@ -15,6 +16,7 @@ create for blender import/expoert plugin backend. Requirements ------------ * Python 3 +* Python 2.7 Features -------- @@ -57,8 +59,9 @@ ToDo History ------- -2.0.0 (2011-10-01) +2.0.2 (2011-10-01) ~~~~~~~~~~~~~~~~~~ +* fix for Python 2.7(remove anotation) * fix pymeshio.pmx.Bdef1.bone_index to index0 * fix pymeshio.pmx.Material.index_count to vertex_count * add pmx example