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 <greg.bestl...@datastax.com>
Authored: Fri Jan 27 15:15:33 2017 -0600
Committer: GregBestland <greg.bestl...@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',

Reply via email to