Skip to content

Commit

Permalink
pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
DevER-M committed Nov 15, 2024
1 parent 711f055 commit c058348
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ __pycache__
*.mp4
*.mov
.tve
token
.testvenv
token
*.egg-info
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* `python run.py`

## Screenshot
![pic](.assets/pic.png)
![pic](https://raw.githubusercontent.com/DevER-M/yami/refs/heads/for-pypi/.assets/pic.png)
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ build-backend = "setuptools.build_meta"

[project]
name = "yami-music-player"
version = "1.0.1"
version = "1.0.0"
description="An open-source music player with simple UI"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
keywords = ["tkinter","youtube-music-player","spotdl","online-music-player","customtkinter","youtube-dl"]
keywords = [
"tkinter",
"youtube-music-player",
"spotdl",
"online-music-player",
"customtkinter",
"youtube-dl"]
authors = [{name = "Mithun", email="[email protected]"}]
maintainers = [{name = "Mithun", email="[email protected]"}]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
customtkinter @ git+https://github.com/ElSaico/CustomTkinter.git@c056dddbbbac5d1daf74595b6ce02c7b17f32306
customtkinter-fix-locale-scaling==5.2.2
mutagen==1.47.0
Pillow==11.0.0
pygame==2.6.1
Expand Down

0 comments on commit c058348

Please sign in to comment.