This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 899ee057f5 Merge branch '3.8-dev'
add fb20adf9c0 TINKERPOP-3199 Updated build system to work with
setuptools>=60
add dfc9874302 Merge branch '3.7-dev' into 3.8-dev
new 52937a1f0a Merge branch '3.8-dev'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/src/dev/developer/release.asciidoc | 2 +
gremlin-python/docker-compose.yml | 11 +--
gremlin-python/pom.xml | 6 +-
.../src/main/python/gremlin_python/__init__.py | 1 +
gremlin-python/src/main/python/pyproject.toml | 78 ++++++++++++++++++
gremlin-python/src/main/python/setup.cfg | 22 -----
gremlin-python/src/main/python/setup.py | 93 ----------------------
7 files changed, 86 insertions(+), 127 deletions(-)
create mode 100644 gremlin-python/src/main/python/pyproject.toml
delete mode 100644 gremlin-python/src/main/python/setup.cfg
delete mode 100644 gremlin-python/src/main/python/setup.py