Takashi Kajinami 8ed3fca62b add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" fallback for projects
that do not have pyproject.toml and now uses a pyproject.toml
which is vendored in pip.
To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more
details on the removal of the fallback support.

Co-Authored-By: Sean Mooney <work@seanmooney.info>
Change-Id: Iaeeef93bd52f8a632f16631865b268753add538b
2025-05-28 11:44:48 +09:00
2020-09-08 12:34:48 +02:00
2019-04-19 19:32:20 +00:00
2018-07-04 08:23:05 +07:00
2019-02-17 10:28:24 +08:00
2024-10-09 16:40:03 +00:00
2020-02-10 18:31:55 +01:00
2024-05-01 11:42:28 +09:00
2025-02-15 15:22:28 +09:00

Team and repository tags

image

oslo.serialization

Latest Version

Downloads

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as Base64, JSON and MessagePack.

Description
OpenStack library for serialization
Readme 3.2 MiB
Languages
Python 100%