Skip to content

Commit

Permalink
fixes for licencing, project name and maintenance files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Zabershinsky authored and Vitaly Zabershinsky committed Nov 28, 2022
1 parent c61b03e commit 0a7c44f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# comparing-corpora
# compcor
A python library of similarity measures which allow measuring the perceptual similarity between set embeddings corpora.

# Calculating distances between two text corpora
Expand Down
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
twine upload --verbose dist/*
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]

setup(name='compcor',
version='1.0.2',
version='1.0.5',
description='Corpus level similarity measures.',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -44,5 +44,6 @@
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
]
],
license='Apache Software License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0'
)

0 comments on commit 0a7c44f

Please sign in to comment.