[
https://issues.apache.org/jira/browse/TINKERPOP-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yang Xia updated TINKERPOP-3118:
--------------------------------
Description:
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/].
was:
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/].
> 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
> Priority: Major
>
> 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)