Skip to content
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

write setup.py #20

Open
5 tasks
techie-coder opened this issue Feb 4, 2025 · 3 comments
Open
5 tasks

write setup.py #20

techie-coder opened this issue Feb 4, 2025 · 3 comments
Assignees
Labels
devops high-priority Critical tasks that need immediate attention and implementation. in-progress

Comments

@techie-coder
Copy link
Contributor

techie-coder commented Feb 4, 2025

Write setup.py function to set up Ethos Music CLI

We need a setup.py script to make Ethos Music CLI easily installable as a Python package. This script should:

  • Define package metadata (name, version, author, description, etc.).
  • List dependencies (python-vlc, argparse, etc.).
  • Include entry_points to allow running the CLI via ethos command after installation.
  • Support installation via pip install ..

Tasks:

  • Create setup.py in the root directory.
  • Define package metadata using setuptools.setup().
  • Add dependencies in install_requires.
  • Define an entry_points section to register the CLI command.
  • Test installation and execution with pip install . && ethos.

Reference:

Priority: High

@techie-coder
Copy link
Contributor Author

@ZotacMaster Please do the needful

@ZotacMaster
Copy link
Contributor

@ZotacMaster Please do the needful

On it rn

@techie-coder
Copy link
Contributor Author

i will be integrating an arg parse function in main.py so that user can play songs without opening the ui itself

@Itz-Agasta Itz-Agasta added high-priority Critical tasks that need immediate attention and implementation. in-progress devops labels Feb 5, 2025
@ZotacMaster ZotacMaster mentioned this issue Feb 5, 2025
4 tasks
@Itz-Agasta Itz-Agasta linked a pull request Feb 6, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops high-priority Critical tasks that need immediate attention and implementation. in-progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants