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
Goblin OGM
AIO Gremlin
Commits
aafb0451
Unverified
Commit
aafb0451
authored
Jan 30, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Updated setup.py to include more information.
parent
04f47a49
Pipeline
#197
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
aafb0451
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'
__credits__
=
[
'David M. Brown - Project founder'
]
setup
(
name
=
'aiogremlin'
,
version
=
'3.3.2'
,
url
=
''
,
license
=
'Apache Software L
icense
'
,
author
=
'Jeffrey Phillips Freeman'
,
author_email
=
'Jeffrey.Freeman@CleverThis.com'
,
description
=
'Async Gremlin-Python'
,
license
=
__l
icense
__
,
author
=
__author__
,
author_email
=
__email__
,
description
=
'A
n a
sync
hronous DSL for the
Gremlin-Python
driver
'
,
long_description
=
open
(
'README.md'
).
read
(),
url
=
'http://goblin-ogm.com'
,
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'
],
packages
=
[
'aiogremlin'
,
'aiogremlin.driver'
,
'aiogremlin.driver.aiohttp'
,
...
...
@@ -34,6 +44,14 @@ setup(
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.8'
,
# uncomment if you test on these interpreters:
# 'Programming Language :: Python :: Implementation :: IronPython',
# 'Programming Language :: Python :: Implementation :: Jython',
# 'Programming Language :: Python :: Implementation :: Stackless',
'Programming Language :: Python :: Implementation :: PyPy'
]
)
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