Skip to content

Commit aafb0d8

Browse files
AleksMatcopybara-github
authored andcommitted
Add useful links to the abseil-py public files
Add a link to changelog to pyproject.toml so that it will be shown on the PyPI page. Add project badges to README with useful info and links. PiperOrigin-RevId: 763757015
1 parent 2f11045 commit aafb0d8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[![Package version](https://img.shields.io/pypi/v/absl-py)](https://pypi.org/project/absl-py)
2+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/absl-py.svg?style=flat-square)](https://pypi.org/project/absl-py)
3+
[![License](https://img.shields.io/github/license/abseil/abseil-py)](https://github.com/abseil/abseil-py/blob/main/LICENSE)
4+
[![Build Status](https://github.com/abseil/abseil-py/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/abseil/abseil-py/actions)
5+
[![Overall downloads](https://pepy.tech/badge/absl-py)](https://pepy.tech/project/absl-py)
6+
[![Last month downloads](https://pepy.tech/badge/absl-py/month)](https://pepy.tech/project/absl-py)
7+
18
# Abseil Python Common Libraries
29

310
This repository is a collection of Python library code for building Python

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ classifiers = [
2828
]
2929

3030
[project.urls]
31-
Homepage = "https://github.com/abseil/abseil-py"
31+
Changelog = "https://github.com/abseil/abseil-py/blob/main/CHANGELOG.md"
32+
Documentation = "https://abseil.io/docs/python/"
33+
Issues = "https://github.com/abseil/abseil-py/issues"
34+
Source = "https://github.com/abseil/abseil-py"
3235

3336
[tool.hatch.version]
3437
path = "absl/__init__.py"

0 commit comments

Comments
 (0)