]> Cypherpunks.ru repositories - gocheese.git/blobdiff - main.go
Add PEP 629 repository-version
[gocheese.git] / main.go
diff --git a/main.go b/main.go
index 46be5259f871b8bb6fb6fa1f9926608f6443bbd2..5e4f25c60d2f26f80d70b48acdfecaf4c633c1b9 100644 (file)
--- a/main.go
+++ b/main.go
@@ -50,12 +50,13 @@ const (
        HTMLBegin = `<!DOCTYPE html>
 <html>
   <head>
+    <meta name="pypi:repository-version" content="1.0">
     <title>Links for %s</title>
   </head>
   <body>
 `
        HTMLEnd      = "  </body>\n</html>\n"
-       HTMLElement  = "    <a href=\"%s\"%s>%s</a><br/>\n"
+       HTMLElement  = "    <a href=\"%s\"%s>%s</a>\n"
        InternalFlag = ".internal"
        GPGSigExt    = ".asc"