Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Pelloin
svd2vec
Commits
674e543b
Commit
674e543b
authored
Jun 07, 2019
by
Valentin Pelloin
Browse files
documentation link - pip version
parent
8c938b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
674e543b
...
...
@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description
=
fh
.
read
()
setup
(
name
=
'svd2vec'
,
version
=
'0.
1.1
'
,
version
=
'0.
2
'
,
description
=
'A library that converts words to vectors using PMI and SVD'
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
...
...
@@ -14,8 +14,8 @@ setup(name='svd2vec',
license
=
'MIT'
,
packages
=
[
'svd2vec'
],
package_data
=
{
'svd2vec'
:
[
'datasets/similarities/*.txt'
,
'datasets/analogies/*.txt'
]},
zip_safe
=
False
,
classifiers
=
[
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
]
)
classifiers
=
[
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment