Remove lingering boilerplate FIXMEs (#1756)

This commit is contained in:
Adam J. Stewart
2016-09-20 10:01:55 -05:00
committed by Todd Gamblin
parent eb8a0ef75e
commit f180d748be
5 changed files with 8 additions and 9 deletions

View File

@@ -27,9 +27,10 @@
class PyPy2neo(Package):
"""FIXME: put a proper description of your package here."""
# FIXME: add a proper url for your package's homepage here.
homepage = "http://www.example.com"
"""Py2neo is a client library and toolkit for working with Neo4j from
within Python applications and from the command line."""
homepage = "http://py2neo.org/"
url = "https://github.com/nigelsmall/py2neo/archive/py2neo-2.0.8.tar.gz"
version('2.0.8', 'e3ec5172a9e006515ef4155688a05a55')