Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sankeer28 authored May 31, 2024
1 parent 3e248e9 commit 2a066e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = "README.md"
license = {file = "LICENSE.txt"}
requires-python = ">=3.10"
authors = [
{name = "sankeer", email = "sankeer28@gmail.com"}
{name = "Your Name", email = "your.email@example.com"}
]
maintainers = [
{name = "sankeer", email = "sankeer28@gmail.com"}
{name = "Your Name", email = "your.email@example.com"}
]
keywords = ["nightcore", "video", "automation", "YouTube", "Soundcloud"]
classifiers = [
Expand Down Expand Up @@ -42,4 +42,4 @@ Repository = "https://github.com/sankeer28/Spedup-Slowed-MV"
"Bug Tracker" = "https://github.com/sankeer28/Spedup-Slowed-MV/issues"

[project.scripts]
spedup-slowed-mv = "main:main"
spedup_slowed_mv = "main:main"

0 comments on commit 2a066e8

Please sign in to comment.