Fix missing quote after version number.
This commit is contained in:
parent
c47142cd64
commit
de11e989fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ def read(fname):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "fastly",
|
name = "fastly",
|
||||||
version = "0.0.2,
|
version = "0.0.2",
|
||||||
author = "Fastly?",
|
author = "Fastly?",
|
||||||
author_email="support@fastly.com",
|
author_email="support@fastly.com",
|
||||||
description = ("Fastly python API"),
|
description = ("Fastly python API"),
|
||||||
|
|
Reference in a new issue