-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace setup.py
workflow
#1724
Comments
Check what Alloy team is doing for packaging, would be good to understand what approach they are taking and why. |
As mentioned in the second paragraph of the TL;DR, direct invocation of |
The argument for adopting |
Closing in favour of #2152 |
Also note that setup.py is deprecated and we will have to move away from it in general
Originally posted by @datajoely in #1607 (comment)
The
setup.py
workflow is deprecated and we should move towards another way of packaging in Kedro. Ideally we would move to apyproject.toml
driven workflow as described here: https://packaging.python.org/en/latest/tutorials/packaging-projects/, but until that's the official way of doing things we should probably usesetup.cfg
file: https://setuptools.pypa.io/en/latest/userguide/declarative_config.htmlThe text was updated successfully, but these errors were encountered: