Skip to content

Commit

Permalink
docs: add homepage (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Epp <[email protected]>
  • Loading branch information
epmog authored Apr 1, 2024
1 parent 5a26daa commit a6cb753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

AWS Deadline Cloud client is a multi-purpose python library and command line tool for interacting with and submitting [Open Job Description (OpenJD)][openjd] jobs to [AWS Deadline Cloud][deadline-cloud].

To support building workflows on-top of AWS Deadline Cloud it implements its own user interaction, job creation, file upload/download, and other useful helpers around the service's api. It can function as a pipeline tool, a standalone gui application, or even be embedded within other application's runtimes.
To support building workflows on top of AWS Deadline Cloud it implements its own user interaction, job creation, file upload/download, and other useful helpers around the service's api. It can function as a pipeline tool, a standalone gui application, or even be embedded within other applications' runtimes.

[cas]: https://en.wikipedia.org/wiki/Content-addressable_storage
[deadline-cloud]: https://docs.aws.amazon.com/deadline-cloud/latest/userguide/what-is-deadline-cloud.html
Expand All @@ -26,7 +26,7 @@ This library requires:

## Getting Started

AWS Deadline Cloud client can be installed by the standard python packaging mechanisms:
The AWS Deadline Cloud client can be installed by the standard python packaging mechanisms:
```sh
$ pip install deadline
```
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ dependencies = [
"QtPy == 2.4.*",
]

[project.urls]
Homepage = "https://github.com/aws-deadline/deadline-cloud"
Source = "https://github.com/aws-deadline/deadline-cloud"

[project.optional-dependencies]
gui = [
# If the version changes, update the version in deadline/client/ui/__init__.py
Expand Down

0 comments on commit a6cb753

Please sign in to comment.