docs: fix project description
This commit is contained in:
parent
94a554ebc9
commit
77d1b58160
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# Wutta-Continuum
|
# Wutta-Continuum
|
||||||
|
|
||||||
SQLAlchemy-Continuum versioning for WuttJamaican
|
SQLAlchemy-Continuum versioning for Wutta Framework
|
||||||
|
|
||||||
See docs at https://rattailproject.org/docs/wutta-continuum/
|
See docs at https://rattailproject.org/docs/wutta-continuum/
|
||||||
|
|
|
@ -7,7 +7,7 @@ build-backend = "hatchling.build"
|
||||||
[project]
|
[project]
|
||||||
name = "Wutta-Continuum"
|
name = "Wutta-Continuum"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
description = "SQLAlchemy-Continuum versioning for WuttJamaican"
|
description = "SQLAlchemy-Continuum versioning for Wutta Framework"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
license = {text = "GNU GPL v3+"}
|
license = {text = "GNU GPL v3+"}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Wutta-Continuum -- SQLAlchemy Versioning for WuttJamaican
|
# Wutta-Continuum -- SQLAlchemy Versioning for Wutta Framework
|
||||||
# Copyright © 2024 Lance Edgar
|
# Copyright © 2024 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Wutta Framework.
|
# This file is part of Wutta Framework.
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
"""
|
"""
|
||||||
Wutta-Continuum -- SQLAlchemy-Continuum versioning for WuttJamaican
|
Wutta-Continuum -- SQLAlchemy-Continuum versioning for Wutta Framework
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from ._version import __version__
|
from ._version import __version__
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Wutta-Continuum -- SQLAlchemy Versioning for WuttJamaican
|
# Wutta-Continuum -- SQLAlchemy Versioning for Wutta Framework
|
||||||
# Copyright © 2024 Lance Edgar
|
# Copyright © 2024 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Wutta Framework.
|
# This file is part of Wutta Framework.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Wutta-Continuum -- SQLAlchemy Versioning for WuttJamaican
|
# Wutta-Continuum -- SQLAlchemy Versioning for Wutta Framework
|
||||||
# Copyright © 2024 Lance Edgar
|
# Copyright © 2024 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Wutta Framework.
|
# This file is part of Wutta Framework.
|
||||||
|
|
Loading…
Reference in a new issue