Skip to content

Commit

Permalink
Rename to libmdbx
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent 30e7779 commit f41781e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-
Try it with

```bash
pip install mdbx
pip install libmdbx
```

Contributions and feedbacks are highly welcome. I'm developing a few more pythonic features and adding support for cursors iterating dupsort databases.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "mdbx"
name = "libmdbx"
version = "0.1.0"
description = "The python bindings to libmdbx."
homepage = "https://github.com/wtdcode/mdbx-py"
Expand All @@ -11,6 +11,9 @@ keywords = [
"kvdb",
"bindings"
]
packages = [
{include = "mdbx"}
]
include = [
{ path = "libmdbx/*", format = "sdist"},
{ path = "mdbx/lib/*", format = "wheel" },
Expand Down

0 comments on commit f41781e

Please sign in to comment.