We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fce3a6 commit 1f3a43aCopy full SHA for 1f3a43a
setup.py
@@ -20,11 +20,11 @@ def get_version(path):
20
21
setuptools.setup(
22
name='torch-multilabel-embedding',
23
- version=get_version("torch_kshingle_embedding/__init__.py"),
+ version=get_version("torch_multilabel_embedding/__init__.py"),
24
description=(
25
- "Training of multi-label embeddings with k-shingled input sequences"),
+ "Training of multi-label embeddings for k-shingled input sequences"),
26
long_description=read('README.rst'),
27
- url='http://github.com/ulf1/torch-kshingle-embedding',
+ url='http://github.com/ulf1/torch-multilabel-embedding',
28
author='Ulf Hamster',
29
author_email='[email protected]',
30
license='Apache License 2.0',
0 commit comments