MLBEDSW-8280: Update PyPI homepage link

 - Changed homepage link from cgit to gittiles
 - Clarified tensor alignment is in Bytes

Change-Id: I9fd912c17d61f9add11493e031bbb620271c68eb
Signed-off-by: Tim Hall <tim.hall@arm.com>
diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py
index b8807b8..66a2104 100644
--- a/ethosu/vela/vela.py
+++ b/ethosu/vela/vela.py
@@ -473,7 +473,7 @@
             default=Tensor.AllocationQuantum,
             help=(
                 "Controls the allocation byte alignment of cpu tensors including Ethos-U Custom"
-                " operator inputs and outputs (default: %(default)s)"
+                " operator inputs and outputs (default: %(default)s Bytes)"
             ),
         )
         parser.add_argument(
diff --git a/pyproject.toml b/pyproject.toml
index 8faa752..140e809 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@
 ]
 
 [project.urls]
-Homepage = "https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git/"
+Homepage = "https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela"
 
 [project.scripts]
 vela = "ethosu.vela.vela:main"