mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +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(
|
||||
name="Meshroom",
|
||||
description="Photogrammetry Software",
|
||||
requires=['psutil', 'pytest', 'pySide2']
|
||||
requires=['psutil', 'pytest', 'PySide2']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue