Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
f48178d5
Unverified
Commit
f48178d5
authored
Jan 30, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Added more prominent recognition of original project founder.
parent
aafb0451
Changes
2
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
f48178d5
# 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.
setup.py
View file @
f48178d5
...
...
@@ -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://g
oblin-ogm.com
'
,
url
=
'http
s
://g
it.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'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment