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
52aaf579
Commit
52aaf579
authored
Jul 15, 2017
by
davebshow
Browse files
fixed custom command for gremlinpython install
parent
a45d94cd
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
52aaf579
...
@@ -5,15 +5,16 @@ from distutils.command.build_py import build_py as _build_py
...
@@ -5,15 +5,16 @@ from distutils.command.build_py import build_py as _build_py
class
build_py
(
_build_py
):
class
build_py
(
_build_py
):
"""Don't install tornado when installing gremlinpython"""
"""Don't install tornado when installing gremlinpython"""
def
run
(
self
):
pip
.
main
([
pip
.
main
([
'install'
,
'install'
,
'g
it+https://git-wip-us.apache.org/repos/asf/tinkerpop.git@12aa2d2fe534fbd9540c9328725ab844e4bb1010#egg=gremlinpython&subdirectory=gremlin-python/src/main/jython
'
,
'g
remlinpython==3.2.5
'
,
'--no-deps'
])
'--no-deps'
])
_build_py
.
run
(
self
)
setup
(
setup
(
name
=
'aiogremlin'
,
name
=
'aiogremlin'
,
version
=
'3.2.5rc
1
'
,
version
=
'3.2.5rc
4
'
,
url
=
''
,
url
=
''
,
license
=
'Apache Software License'
,
license
=
'Apache Software License'
,
author
=
'davebshow'
,
author
=
'davebshow'
,
...
@@ -43,7 +44,6 @@ setup(
...
@@ -43,7 +44,6 @@ setup(
'Operating System :: OS Independent'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3 :: Only'
]
]
)
)
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