Skip to content

Commit

Permalink
first release: 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miyucode committed Aug 28, 2023
1 parent 595b9a9 commit 5c0d21e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file added beeveplayer.exe
Binary file not shown.
Binary file added python3.dll
Binary file not shown.
Binary file added python38.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from cx_Freeze import setup, Executable

setup(
name = "BeevePlayer",
version = "1.0",
description = "Music Player coded in Python made by Beeve.",
executables = [Executable("beeveplayer.py")],
)

0 comments on commit 5c0d21e

Please sign in to comment.