Updated `pyproject.toml` with indentation adjustments, updated URLs, and license change to BSD.

This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2025-07-07 02:52:43 -03:00
parent 6724a66fed
commit 6cf28e7470
1 changed files with 31 additions and 31 deletions

View File

@ -14,19 +14,19 @@ readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ dependencies = [
"sqlalchemy", "sqlalchemy",
"textual", "textual",
"textual-dev"
] ]
[template.plugins.default] [template.plugins.default]
src-layout = true src-layout = true
[project.urls] [project.urls]
Homepage = "https://git.gustavomiranda.xyz/GHMiranda/Pilgrim" Homepage = "https://github.com/gmbrax/Pilgrim/"
Issues = "https://git.gustavomiranda.xyz/GHMiranda/Pilgrim" Issues = "https://github.com/gmbrax/Pilgrim/issues"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["src/pilgrim"] packages = ["src/pilgrim"]
[project.scripts] [project.scripts]