Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
AIO Gremlin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
cd1a4af2
Verified
Commit
cd1a4af2
authored
Feb 01, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Updated long description in setup.
parent
4b611a8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
setup.py
setup.py
+11
-3
No files found.
setup.py
View file @
cd1a4af2
import
os
import
pip
from
setuptools
import
setup
...
...
@@ -7,6 +8,12 @@ __license__ = 'Apache License, Version 2.0'
__copyright__
=
'Copyright 2017, CleverThis, Inc. and contributors'
__credits__
=
[
'David M. Brown - Project founder'
]
def
get_long_description
():
with
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
'README.md'
),
encoding
=
'utf8'
)
as
fp
:
return
fp
.
read
()
setup
(
name
=
'aiogremlin'
,
version
=
'3.3.3'
,
...
...
@@ -14,9 +21,10 @@ setup(
author
=
__author__
,
author_email
=
__email__
,
description
=
'An asynchronous DSL for the Gremlin-Python driver'
,
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'
,
long_description
=
get_long_description
(),
long_description_content_type
=
'text/markdown'
,
url
=
'http://goblin-ogm.com'
,
download_url
=
'https://github.com/goblin-ogm/aiogremlin/archive/v3.3.3.tar.gz'
,
include_package_data
=
True
,
keywords
=
[
'Tinkerpop'
,
'Tinkerpop3'
,
'gremlin'
,
'gremlin-python'
,
'asyncio'
,
'graphdb'
],
packages
=
[
'aiogremlin'
,
...
...
Write
Preview
Markdown
is supported
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