Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Aug 15, 2022
1 parent 68500e9 commit 4b28f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
setup(
name=NAME,
version=VERSION,
description="Fingerprint Pro Server API",
description="Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ long_description = re.sub("<source[^>]*>\n", '', long_description.replace("<pict
setup(
name=NAME,
version=VERSION,
description="{{appName}}",
description="{{appDescription}}",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT",
Expand Down

0 comments on commit 4b28f0f

Please sign in to comment.