Meshroom/setup.py
Yann Lanthony 807b4cb155 add setup.py + switch to pytest
* pytest: more modern and easy-to-use testing framework
2017-09-19 12:11:29 +02:00

7 lines
158 B
Python

from setuptools import setup
setup(
name="Meshroom",
description="Photogrammetry Software",
requires=['psutil', 'pytest', 'pySide2', "pytest"]
)