cleanup a bit; add src dir, changelog etc.
This commit is contained in:
parent
fa88bf05d4
commit
54ff9d5d83
17 changed files with 718 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "WuttaFarm"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
description = "Web app to expose / extend farmOS"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
|
@ -15,18 +15,25 @@ maintainers = [
|
|||
{name = "Lance Edgar", email = "lance@wuttaproject.org"}
|
||||
]
|
||||
classifiers = [
|
||||
# TODO: remove this if you intend to publish your project
|
||||
# (it's here by default, to prevent accidental publishing)
|
||||
"Private :: Do Not Upload",
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
]
|
||||
license = {text = "GNU General Public License v3"}
|
||||
dependencies = [
|
||||
"psycopg2",
|
||||
|
||||
"WuttaWeb[continuum]",
|
||||
|
||||
]
|
||||
|
||||
|
||||
[project.scripts]
|
||||
"wuttafarm" = "wuttafarm.cli:wuttafarm_typer"
|
||||
|
||||
|
|
@ -40,17 +47,17 @@ dependencies = [
|
|||
"wuttafarm" = "wuttafarm.web.menus:WuttaFarmMenuHandler"
|
||||
|
||||
|
||||
# [project.urls]
|
||||
# Homepage = "https://example.com/"
|
||||
# Repository = "https://github.com/example/wuttafarm"
|
||||
# Issues = "https://github.com/example/wuttafarm/issues"
|
||||
# Changelog = "https://github.com/example/wuttafarm/blob/master/CHANGELOG.md"
|
||||
[project.urls]
|
||||
Homepage = "https://forgejo.wuttaproject.org/lance/wuttafarm"
|
||||
Repository = "https://forgejo.wuttaproject.org/lance/wuttafarm"
|
||||
Issues = "https://forgejo.wuttaproject.org/lance/wuttafarm/issues"
|
||||
Changelog = "https://forgejo.wuttaproject.org/lance/wuttafarm/src/branch/master/CHANGELOG.md"
|
||||
|
||||
|
||||
# [tool.commitizen]
|
||||
# version_provider = "pep621"
|
||||
# tag_format = "v$version"
|
||||
# update_changelog_on_bump = true
|
||||
[tool.commitizen]
|
||||
version_provider = "pep621"
|
||||
tag_format = "v$version"
|
||||
update_changelog_on_bump = true
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["wuttafarm"]
|
||||
packages = ["src/wuttafarm"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue