Open minhtriet opened 1 year ago
Unfortunately, I've left AWS and no longer have administration access to this repo. You may directly modify your fork if you need this feature. Sorry for the inconvenience.
I see, thanks. Is this repo still maintained?
As I was the only maintainer, I don't think it is still maintained. Most functionalities should still work though. If you need to make any changes, just work on your own fork.
Issue #207
Description of changes: With the
pyproject.toml
, one can runpython3 -m build
to generate the whl file. When installing that file, all the dependencies would also be installed.There are yet another step, which is upload the whl file to PyPI. I would wait until receive the approval of the maintainers before continue.
How it was tested
python3 -m pip install --upgrade build
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.