Skip to content

Commit ffcbaf0

Browse files
authored
rename project (#221)
1 parent d389729 commit ffcbaf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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 = "xrpl"
2+
name = "xrpl-py"
33
version = "1.0.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
@@ -20,6 +20,9 @@ documentation = "https://xrpl-py.readthedocs.io"
2020
include = [
2121
"LICENSE",
2222
]
23+
packages = [
24+
{ include = "xrpl" },
25+
]
2326

2427
[tool.poetry.dependencies]
2528
python = "^3.7"

0 commit comments

Comments
 (0)