Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on December 2, 2024 10:41AM
Likes: 0
Replies: 1
I believe the long description is stored in a long-description.md file. If that is true, how can I update this file using Python?
Context here is we are duplicating a known-good workflow and writing user-specific information into the long description.
thx
Operating system used: Windows 10
Operating system used: Windows 10
What exactly do you call the long description? The project description is stored here:
project = client.get_default_project() project_metadata = project.get_metadata() print(project_metadata['description'])