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(
|
setup(
|
||||||
name="scoreboard-benchmark",
|
name="scoreboard-benchmark",
|
||||||
version="2.5",
|
version="2.6",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
@ -35,6 +35,6 @@ setup(
|
||||||
author_email="denis.nutiu@gmail.com",
|
author_email="denis.nutiu@gmail.com",
|
||||||
description="This is a simple web applications that displays scores",
|
description="This is a simple web applications that displays scores",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
keywords="flask benchmark scores ",
|
keywords="flask benchmark scores scoreboard",
|
||||||
url="N/a",
|
url="N/a",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue