mirror of https://github.com/gmbrax/Pilgrim.git
Merge branch 'staging'
Changed the pyproject.toml to removed the extraneous textual-dev and also changed the license to BSD tpcha
This commit is contained in:
commit
6af035c050
|
|
@ -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