diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 950d5a0b329978b1931933f0b9314b4adc9f2766..87cbcc5c27346e46897617002c7b585eff95ca96 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,4 +1,4 @@ # Contributors -* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> -* David M. Brown <davebshow@gmail.com> +* Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> - Project owner from 2019 to present. +* David M. Brown <davebshow@gmail.com> - Project founder and project owner from 2016 - 2019. diff --git a/setup.py b/setup.py index 1708d67081a025d4f17f2963d4ad7b0b2ee5c810..21773479cc3376b991f7d5b2ce26f682e750f075 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ import pip from setuptools import setup __author__ = 'Jeffrey Phillips Freeman' -__maintainer__ = __author__ __email__ = 'Jeffrey.Freeman@CleverThis.com' __license__ = 'Apache License, Version 2.0' __copyright__ = 'Copyright 2017, CleverThis, Inc. and contributors' @@ -17,7 +16,7 @@ setup( author_email=__email__, description='An asynchronous DSL for the Gremlin-Python driver', long_description=open('README.md').read(), - url='http://goblin-ogm.com', + url='https://git.qoto.org/goblin-ogm/aiogremlin', download_url='https://github.com/goblin-ogm/aiogremlin/archive/v3.3.2.tar.gz', include_package_data=True, keywords=['Tinkerpop', 'Tinkerpop3', 'gremlin', 'gremlin-python', 'asyncio', 'graphdb'],