Skip to content

Commit 1f3a43a

Browse files
committed
typos fixed
1 parent 6fce3a6 commit 1f3a43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def get_version(path):
2020

2121
setuptools.setup(
2222
name='torch-multilabel-embedding',
23-
version=get_version("torch_kshingle_embedding/__init__.py"),
23+
version=get_version("torch_multilabel_embedding/__init__.py"),
2424
description=(
25-
"Training of multi-label embeddings with k-shingled input sequences"),
25+
"Training of multi-label embeddings for k-shingled input sequences"),
2626
long_description=read('README.rst'),
27-
url='http://github.com/ulf1/torch-kshingle-embedding',
27+
url='http://github.com/ulf1/torch-multilabel-embedding',
2828
author='Ulf Hamster',
2929
author_email='[email protected]',
3030
license='Apache License 2.0',

0 commit comments

Comments
 (0)