Updating setup.py
This commit is contained in:
parent
8647d31c86
commit
ef3375c3c6
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -21,7 +21,7 @@ long_description = open("README.md").read()
|
|||
|
||||
setup(
|
||||
name="scoreboard-benchmark",
|
||||
version="2.5",
|
||||
version="2.6",
|
||||
packages=find_packages(),
|
||||
long_description=long_description,
|
||||
install_requires=[
|
||||
|
@ -35,6 +35,6 @@ setup(
|
|||
author_email="denis.nutiu@gmail.com",
|
||||
description="This is a simple web applications that displays scores",
|
||||
license="GPLv3",
|
||||
keywords="flask benchmark scores ",
|
||||
keywords="flask benchmark scores scoreboard",
|
||||
url="N/a",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue