Skip to content

Commit

Permalink
Fixed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PWRxPSYCHO committed Dec 28, 2024
1 parent 132d368 commit 8f16ec6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "klv_py"
name = "klv_parer"
version = "0.1.1"
description = "MISB 601 KLV Parser"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down Expand Up @@ -35,10 +35,10 @@ classifiers = [
]

[project.urls]
homepage = "https://github.com/ScriptTactics/klv_py"
"CI: GitHub Actions" = "https://github.com/ScriptTactics/klv_py/actions"
"GitHub: issues" = "https://github.com/ScriptTactics/klv_py/issues"
"GitHub: repo" = "https://github.com/ScriptTactics/klv_py"
homepage = "https://github.com/ScriptTactics/klv-parser"
"CI: GitHub Actions" = "https://github.com/ScriptTactics/klv-parser/actions"
"GitHub: issues" = "https://github.com/ScriptTactics/klv-parser/issues"
"GitHub: repo" = "https://github.com/ScriptTactics/klv-parser"

[tool.setuptools.packages.find]
include = ["*"]
Expand Down

0 comments on commit 8f16ec6

Please sign in to comment.