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
0fec8b31
Unverified
Commit
0fec8b31
authored
Jan 30, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Fixed long description in setup.py
parent
3df3ec87
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0fec8b31
...
...
@@ -14,7 +14,7 @@ setup(
author
=
__author__
,
author_email
=
__email__
,
description
=
'An asynchronous DSL for the Gremlin-Python driver'
,
long_description
=
open
(
'README.md'
).
read
()
,
long_description
=
'This project is officially hosted on QOTO GitLab here: https://git.qoto.org/goblin-ogm/aiogremlin'
,
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
,
...
...
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