You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would you consider a PR turning the project into a python package using pyproject.toml config and setuptools?
The 3 scripts could be invoked without the need to be in the source directory using something like raiplaysound-single <flags>raiplaysound-all <flags>raiplaysound-index or, with a different approach, raiplaysound single <flags>raiplaysound all <flags>raiplaysound index
Dependencies could be installed automatically using pip install . and optionally the package could be uploaded to pypi
The text was updated successfully, but these errors were encountered:
On Tue, Jan 7, 2025, 17:30 svalo ***@***.***> wrote:
Hello, would you consider a PR turning the project into a python package
using pyproject.toml config and setuptools?
The 3 scripts could be invoked without the need to be in the source
directory using something like raiplaysound-single <flags> raiplaysound-all
<flags> raiplaysound-index or, with a different approach, raiplaysound
single <flags> raiplaysound all <flags> raiplaysound index
Dependencies could be installed automatically using pip install . and
optionally the package could be uploaded to pypi
—
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFDXHBZKG3JMWUOOD36SVL2JP6JNAVCNFSM6AAAAABUYB4WQGVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43TGMRWGYYTMNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello, would you consider a PR turning the project into a python package using
pyproject.toml
config and setuptools?The 3 scripts could be invoked without the need to be in the source directory using something like
raiplaysound-single <flags>
raiplaysound-all <flags>
raiplaysound-index
or, with a different approach,raiplaysound single <flags>
raiplaysound all <flags>
raiplaysound index
Dependencies could be installed automatically using
pip install .
and optionally the package could be uploaded to pypiThe text was updated successfully, but these errors were encountered: