mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:49:00 +08:00
Update company name in conanfile
Contributes to CURA-9808
This commit is contained in:
parent
ebd91623d0
commit
772cc0d57f
@ -16,7 +16,7 @@ required_conan_version = ">=1.52.0"
|
|||||||
class CuraConan(ConanFile):
|
class CuraConan(ConanFile):
|
||||||
name = "cura"
|
name = "cura"
|
||||||
license = "LGPL-3.0"
|
license = "LGPL-3.0"
|
||||||
author = "Ultimaker B.V."
|
author = "UltiMaker"
|
||||||
url = "https://github.com/Ultimaker/cura"
|
url = "https://github.com/Ultimaker/cura"
|
||||||
description = "3D printer / slicing GUI built on top of the Uranium framework"
|
description = "3D printer / slicing GUI built on top of the Uranium framework"
|
||||||
topics = ("conan", "python", "pyqt5", "qt", "qml", "3d-printing", "slicer")
|
topics = ("conan", "python", "pyqt5", "qt", "qml", "3d-printing", "slicer")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user