Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/core/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,14 @@ uipath run main '{\"message\":\"test\"}'

///

### Debugging and Evaluating within Studio Web
TODO

### Packaging and Publishing

Before packaging your project, add your details to the `pyproject.toml` file. Add the following line below the `description` field:
```toml
authors = [{ name = "Your Name", email = "your.email@uipath.com" }]
authors = [{ name = "Your Name", email = "your.email@example.com" }]
```

Then, package your project:
Expand Down
Loading