OSDN Git Service

remove pmd_diff_test
[meshio/pymeshio.git] / setup.py
index eb21884..19eb27e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 setup(
         name='pymeshio',
-        version='1.8.3',
+        version='1.9.0',
         description='pure python 3d model io library',
         keywords=[],
         author='ousttrue',
@@ -16,6 +16,7 @@ setup(
             },
         packages=['pymeshio'],
         test_suite='nose.collector',
+        tests_require=['Nose'],
         zip_safe = (sys.version>="2.5"),   # <2.5 needs unzipped for -m to work
         )