issues
search
exasol
/
sagemaker-extension
An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
2
stars
1
forks
source link
Remove setup.py
#82
Closed
tkilias
closed
1 year ago
tkilias
commented
1 year ago
Background
with poetry 1.4.0 it doesn't create the setup.py anymore
https://github.com/python-poetry/poetry/releases/tag/1.4.0
we currently use poetry build to generate the setup.py
however, the setup.py isn't needed with newer pip versions and if there are releases to pypi or as wheels
for that reason, we can remove setup.py and githook that generates it, from this repo
Acceptance Criteria
[ ] Update workflows to poetry 1.4.0
[ ] Remove setup.py Github Workflow
[ ] Remove setup.py githook
[ ] Remove setup.py file
tkilias
commented
1 year ago
blocked by
https://github.com/exasol/sagemaker-extension/issues/81
Background
Acceptance Criteria