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
|
|
@ -1,33 +1,33 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Pilgrim"
|
name = "Pilgrim"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Gustavo Henrique Santos Souza de Miranda", email="gustavohssmiranda@gmail.com" }
|
{ name="Gustavo Henrique Santos Souza de Miranda", email="gustavohssmiranda@gmail.com" }
|
||||||
]
|
]
|
||||||
description = "Pilgrim's Travel Log"
|
description = "Pilgrim's Travel Log"
|
||||||
readme = "README.md"
|
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]
|
||||||
pilgrim = "pilgrim:main"
|
pilgrim = "pilgrim:main"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue