Skip to content

Commit 90c48ba

Browse files
committed
Change name to avian_x16rt_hash as x16rt_hash already exists in PyPi
1 parent 6202f74 commit 90c48ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "x16rt_hash"
6+
name = "avian_x16rt_hash"
77
version = "0.2.0"
88
description = "Python 3 bindings for X16RT hashing PoW"
99
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
setup(
36-
name="x16rt_hash",
36+
name="avian_x16rt_hash",
3737
version="0.2.0",
3838
description="Python 3 bindings for X16RT hashing PoW",
3939
long_description=long_description,

0 commit comments

Comments
 (0)