Yang Xia created TINKERPOP-3118: ----------------------------------- Summary: Modernize gremlin-python build and package set up Key: TINKERPOP-3118 URL: https://issues.apache.org/jira/browse/TINKERPOP-3118 Project: TinkerPop Issue Type: Improvement Components: python Reporter: Yang Xia
It came to my attention that we have been using [deprecated build and packaging commands|https://packaging.python.org/en/latest/discussions/setup-py-deprecated/] with setup.py, i.e: {code:java} python setup.py install python setup.py develop python setup.py sdist python setup.py bdist_wheel {code} Perhaps we should consider modernizing the build and packaging (and potentially distribution) process as recommended in the [python docs|https://packaging.python.org/en/latest/guides/modernize-setup-py-project/]. -- This message was sent by Atlassian Jira (v8.20.10#820010)