Fix missing quote after version number.

This commit is contained in:
Conor Branagan 2013-06-05 17:28:19 -03:00
parent c47142cd64
commit de11e989fd

View file

@ -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"),