mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-29 17:06:35 +02:00
[setup.py] fix typo in requirements
This commit is contained in:
parent
b8eff927cc
commit
07dd8f6bb3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,5 +3,5 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name="Meshroom",
|
name="Meshroom",
|
||||||
description="Photogrammetry Software",
|
description="Photogrammetry Software",
|
||||||
requires=['psutil', 'pytest', 'pySide2']
|
requires=['psutil', 'pytest', 'PySide2']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue