Skip to content

Commit 1f68f11

Browse files
committed
Format Python code
1 parent a7b097f commit 1f68f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
setup(
9-
name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
9+
name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
1010
version="2.0.0",
1111
description="Torchhd is a Python library for Hyperdimensional Computing",
1212
long_description=open("README.md").read(),
@@ -20,4 +20,4 @@
2020
"Source": "https://github.com/hyperdimensional-computing/torchhd",
2121
"Documentation": "https://hyperdimensional-computing.github.io/torchhd/",
2222
},
23-
)
23+
)

0 commit comments

Comments
 (0)