mirror of https://github.com/gmbrax/Pilgrim.git
Updated `pyproject.toml` with indentation adjustments, updated URLs, and license change to BSD.
This commit is contained in:
parent
6724a66fed
commit
6cf28e7470
|
|
@ -14,19 +14,19 @@ readme = "README.md"
|
|||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = [
|
||||
"sqlalchemy",
|
||||
"textual",
|
||||
"textual-dev"
|
||||
|
||||
]
|
||||
[template.plugins.default]
|
||||
src-layout = true
|
||||
[project.urls]
|
||||
Homepage = "https://git.gustavomiranda.xyz/GHMiranda/Pilgrim"
|
||||
Issues = "https://git.gustavomiranda.xyz/GHMiranda/Pilgrim"
|
||||
Homepage = "https://github.com/gmbrax/Pilgrim/"
|
||||
Issues = "https://github.com/gmbrax/Pilgrim/issues"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/pilgrim"]
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Reference in New Issue