Skip to content

Commit a9ce467

Browse files
[pypi] Fix Python package descriptions exceeding 512 character limit (#1949)
Shorten cuegui package description from 574 to 490 characters to comply with PyPI's 512 character limit for summary/description field. This fixes test upload failures caused by descriptions being too long. All 8 Python packages now have descriptions under the 512 character limit: - cueadmin: 260 chars - cuegui: 490 chars (previously 574) - cueman: 237 chars - cuesubmit: 223 chars - proto: 99 chars - pycue: 195 chars - pyoutline: 233 chars - rqd: 85 chars **Link the Issue(s) this Pull Request is related to.** - #1945
1 parent bf98904 commit a9ce467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuegui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"NodeGraphQtPy==0.6.38.6"
1717
]
1818
requires-python = ">3.7"
19-
description = "CueGUI is the graphical user interface for OpenCue, divided into two main workspace views. Cuetopia is the artist-focused view for monitoring and managing render jobs, including plugins such as Monitor Jobs, Monitor Job Details, Frame logs, and Job Graph. CueCommander is the administrator-focused view for system monitoring and host management, providing advanced tools for allocations, hosts, services, and system resources. Together, they empower artists, production staff, and administrators to track job progress, troubleshoot issues, and manage render farm operations."
19+
description = "CueGUI is the graphical user interface for OpenCue with two main workspace views. Cuetopia provides artist-focused tools for monitoring and managing render jobs through plugins like Monitor Jobs, Job Details, Frame logs, and Job Graph. CueCommander offers administrator-focused system monitoring and host management with advanced tools for allocations, hosts, services, and resources. Together, they enable artists and administrators to track job progress and manage render farm operations."
2020
readme = "README.md"
2121

2222
[tool.hatch.version]

0 commit comments

Comments
 (0)