Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pytmv1"
description = "Python library for Trend Micro Vision One"
description = "Python library for Trend Vision One"
license = "Apache-2.0"
readme = "README.md"
dynamic = ["version"]
Expand All @@ -13,7 +13,7 @@ authors = [
{ name = "Thomas Legros", email = "thomas_legros@trendmicro.com" }
]
maintainers = [
{ name = "TrendATI", email = "ati-integration@trendmicro.com"},
{ name = "Trend Micro", email = "integrations@trendmicro.com"},
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand Down Expand Up @@ -45,11 +45,11 @@ dev = [
]

[project.urls]
"Source" = "https://github.com/TrendATI/pytmv1"
"Issues" = "https://github.com/TrendATI/pytmv1/issues"
"Source" = "https://github.com/trendmicro/tm-v1-pytv1/"
"Issues" = "https://github.com/trendmicro/tm-v1-pytv1/issues"

[tool.hatch.build.targets.sdist]
exclude = [".github", "template", "tests"]
exclude = [".github", "tests"]

[tool.hatch.version]
path = "src/pytmv1/__about__.py"
Expand All @@ -67,7 +67,7 @@ color_output = true

[tool.mypy]
python_version = "3.7"
exclude = ["dist", "template", "tests", "venv"]
exclude = ["dist", "tests", "venv"]
show_column_numbers = true
warn_unused_configs = true
pretty = true
Expand Down