Updating setup.py by adding long_description
This commit is contained in:
parent
8e20419d1f
commit
08e358139a
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -17,10 +17,13 @@
|
|||
"""
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
long_description = open("README.md").read()
|
||||
|
||||
setup(
|
||||
name="scoreboard-benchmark",
|
||||
version="0.1",
|
||||
packages=find_packages(),
|
||||
long_description=long_description,
|
||||
install_requires=[
|
||||
'flask>=0.12.1'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue