Skip to content

Commit f41781e

Browse files
committed
Rename to libmdbx
1 parent 30e7779 commit f41781e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-
77
Try it with
88

99
```bash
10-
pip install mdbx
10+
pip install libmdbx
1111
```
1212

1313
Contributions and feedbacks are highly welcome. I'm developing a few more pythonic features and adding support for cursors iterating dupsort databases.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "mdbx"
2+
name = "libmdbx"
33
version = "0.1.0"
44
description = "The python bindings to libmdbx."
55
homepage = "https://github.com/wtdcode/mdbx-py"
@@ -11,6 +11,9 @@ keywords = [
1111
"kvdb",
1212
"bindings"
1313
]
14+
packages = [
15+
{include = "mdbx"}
16+
]
1417
include = [
1518
{ path = "libmdbx/*", format = "sdist"},
1619
{ path = "mdbx/lib/*", format = "wheel" },

0 commit comments

Comments
 (0)