Skip to content

Commit

Permalink
docs: Change the project description and keywords. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Oct 30, 2023
1 parent c2cad47 commit 8bef046
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Serious Scaffold Python

A development-focused Python project template with various integrations, configurations and modules.
A Python project template covering the entire development lifecycle with various integrations, configurations and modules.

[![CI](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/ci.yml/badge.svg)](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/ci.yml)
[![Release](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/release.yml/badge.svg)](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/release.yml)
Expand Down
2 changes: 1 addition & 1 deletion copier.yaml
Expand Up @@ -23,7 +23,7 @@ project_name:
help: 'Enter the name of the project in CamelCase format:'
type: str
project_description:
default: A development-focused Python project template with various integrations, configurations and modules.
default: A Python project template covering the entire development lifecycle with various integrations, configurations and modules.
help: 'Provide a brief description for the project:'
type: str
development_status:
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Expand Up @@ -19,15 +19,17 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
description = "A development-focused Python project template with various integrations, configurations and modules."
description = "A Python project template covering the entire development lifecycle with various integrations, configurations and modules."
dynamic = [
"dependencies",
"optional-dependencies",
"version",
]
keywords = [
"development-focused",
"project template",
"copier-template",
"full-development-lifecycle",
"project-template",
"serious-scaffold",
]
name = "serious-scaffold"
readme = "README.md"
Expand Down
6 changes: 4 additions & 2 deletions template/pyproject.toml.jinja
Expand Up @@ -44,8 +44,10 @@ dynamic = [
"version",
]
keywords = [
"development-focused",
"project template",
"copier-template",
"full-development-lifecycle",
"project-template",
"serious-scaffold",
]
name = "{{ package_name }}"
readme = "README.md"
Expand Down

0 comments on commit 8bef046

Please sign in to comment.