fixing setup py [false alarm but I learned --amend]
This commit is contained in:
commit
c836a17e1e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(
|
|||
name="scoreboard-benchmark",
|
||||
version="0.1",
|
||||
packages=find_packages(),
|
||||
long_description=long_desgitcription,
|
||||
long_description=long_description,
|
||||
install_requires=[
|
||||
'flask>=0.12.1'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue