Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serious Scaffold Python

A serious Python project template for out-of-box and production usage.
A development-focused Python project template with various integrations, configurations and modules.

[![GitHub](https://img.shields.io/github/license/serious-scaffold/serious-scaffold-python)](https://github.com/serious-scaffold/serious-scaffold-python/blob/main/LICENSE)
[![CI Status](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/serious-scaffold/serious-scaffold-python/actions/workflows/ci.yml)
Expand Down
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ project_name:
help: 'Project name in CamelCase:'
type: str
project_description:
default: A serious Python project template for out-of-box and production usage.
default: A development-focused Python project template with various integrations, configurations and modules.
help: 'Brief project description:'
type: str
repo_namespace:
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
description = "A serious Python project template for out-of-box and production usage."
description = "A development-focused Python project template with various integrations, configurations and modules."
dynamic = [
"dependencies",
"optional-dependencies",
"version",
]
keywords = [
"out-of-box",
"production",
"development-focused",
"project template",
"template",
]
name = "serious-scaffold"
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ dynamic = [
"version",
]
keywords = [
"out-of-box",
"production",
"development-focused",
"project template",
"template",
]
name = "{{ package_name }}"
readme = "README.md"
Expand Down