Skip to content

Commit

Permalink
rename project (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ledhed2222 authored Mar 31, 2021
1 parent d389729 commit ffcbaf0
Showing 1 changed file with 4 additions and 1 deletion.
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 = "xrpl"
name = "xrpl-py"
version = "1.0.0"
description = "A complete Python library for interacting with the XRP ledger"
readme = "README.md"
Expand All @@ -20,6 +20,9 @@ documentation = "https://xrpl-py.readthedocs.io"
include = [
"LICENSE",
]
packages = [
{ include = "xrpl" },
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit ffcbaf0

Please sign in to comment.