We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b097f commit 1f68f11Copy full SHA for 1f68f11
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup, find_packages
7
8
setup(
9
- name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
+ name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
10
version="2.0.0",
11
description="Torchhd is a Python library for Hyperdimensional Computing",
12
long_description=open("README.md").read(),
@@ -20,4 +20,4 @@
20
"Source": "https://github.com/hyperdimensional-computing/torchhd",
21
"Documentation": "https://hyperdimensional-computing.github.io/torchhd/",
22
},
23
-)
+)
0 commit comments