mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 07:36:52 +02:00
add setup.py + switch to pytest
* pytest: more modern and easy-to-use testing framework
This commit is contained in:
parent
600c527221
commit
807b4cb155
2 changed files with 10 additions and 5 deletions
7
setup.py
Normal file
7
setup.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="Meshroom",
|
||||
description="Photogrammetry Software",
|
||||
requires=['psutil', 'pytest', 'pySide2', "pytest"]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue