Skip to content

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <[email protected]>
  • Loading branch information
TimSchopf committed Jan 27, 2022
1 parent 0c27c13 commit 74d907d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

# -- Project information -----------------------------------------------------

project = 'Keyphrase_Vectorizers'
project = 'KeyphraseVectorizers'
copyright = '2022, Tim Schopf'
author = 'Tim Schopf'

# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.0.2'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Welcome to the Keyphrase_Vectorizers documentation!
Welcome to the KeyphraseVectorizers documentation!
===================================================

.. toctree::
:maxdepth: 2
:caption: User Guide:

Keyphrase_Vectorizers
KeyphraseVectorizers

.. toctree::
:caption: API Giude:
Expand Down
2 changes: 1 addition & 1 deletion keyphrase_vectorizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from keyphrase_vectorizers.keyphrase_tfidf_vectorizer import KeyphraseTfidfVectorizer
from keyphrase_vectorizers.keyphrase_vectorizer_mixin import _KeyphraseVectorizerMixin

__version__ = '0.0.1'
__version__ = '0.0.2'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
long_description = fh.read()

setuptools.setup(
name='keyphrase_vectorizers',
version='0.0.1',
url='https://github.com/TimSchopf/Keyphrase_Vectorizers',
name='keyphrase-vectorizers',
version='0.0.2',
url='https://github.com/TimSchopf/KeyphraseVectorizers',
license='BSD 3-Clause "New" or "Revised" License',
author='Tim Schopf',
author_email='[email protected]',
Expand Down

0 comments on commit 74d907d

Please sign in to comment.