You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/01/30 11:37:25 UTC

[1/2] tinkerpop git commit: remove tests from setup.py

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 33253dc6b -> cf425737e


remove tests from setup.py


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8152a5b7
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8152a5b7
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8152a5b7

Branch: refs/heads/tp32
Commit: 8152a5b7d4313712a3ffdacf29393c06e2e8a1ec
Parents: c958b22
Author: GregBestland <Gr...@datastax.com>
Authored: Fri Jan 27 15:15:33 2017 -0600
Committer: GregBestland <Gr...@datastax.com>
Committed: Fri Jan 27 15:15:33 2017 -0600

----------------------------------------------------------------------
 gremlin-python/src/main/jython/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8152a5b7/gremlin-python/src/main/jython/setup.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/setup.py b/gremlin-python/src/main/jython/setup.py
index 3c55554..6878c34 100644
--- a/gremlin-python/src/main/jython/setup.py
+++ b/gremlin-python/src/main/jython/setup.py
@@ -46,7 +46,7 @@ version = __version__.version
 setup(
     name='gremlinpython',
     version=version,
-    packages=['gremlin_python', 'gremlin_python.driver', 'gremlin_python.process', 'gremlin_python.structure', 'gremlin_python.structure.io', 'tests'],
+    packages=['gremlin_python', 'gremlin_python.driver', 'gremlin_python.process', 'gremlin_python.structure', 'gremlin_python.structure.io'],
     license='Apache 2',
     url='http://tinkerpop.apache.org',
     description='Gremlin-Python for Apache TinkerPop',


[2/2] tinkerpop git commit: Merge branch 'pr-553' into tp32

Posted by sp...@apache.org.
Merge branch 'pr-553' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cf425737
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cf425737
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cf425737

Branch: refs/heads/tp32
Commit: cf425737e145e8d602396c4aa3723695862ab1a4
Parents: 33253dc 8152a5b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jan 30 06:36:43 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jan 30 06:36:43 2017 -0500

----------------------------------------------------------------------
 gremlin-python/src/main/jython/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------