Skip to content

Commit f43d59d

Browse files
rename readme files
1 parent c85bf66 commit f43d59d

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

readme.md renamed to README.md

File renamed without changes.
File renamed without changes.

databind.core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "4.2.8"
44
description = "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer."
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
7-
readme = "readme.md"
7+
readme = "README.md"
88
packages = [{include = "databind/core", from = "src"}]
99

1010
[tool.poetry.urls]
File renamed without changes.

databind.json/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "4.2.8"
44
description = "De-/serialize Python dataclasses to or from JSON payloads. Compatible with Python 3.7 and newer."
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
7-
readme = "readme.md"
7+
readme = "README.md"
88
packages = [{include = "databind/json", from = "src"}]
99

1010
[tool.poetry.urls]

databind/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "4.2.8"
44
description = "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package will install the full suite of databind packages. Compatible with Python 3.7 and newer."
55
authors = ["Niklas Rosenstein <[email protected]>"]
66
license = "MIT"
7-
readme = "readme.md"
7+
readme = "README.md"
88
packages = [{ include="databind/_version", from="src" }]
99

1010
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)