Skip to content

Commit ebfab34

Browse files
authored
Minor changes mostly for badge. (#5)
1 parent f94bf53 commit ebfab34

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint and test
1+
name: Lint & Test
22

33
on: [push]
44

.github/workflows/readthedocs-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Read the Docs Pull Request Preview
2+
23
on:
34
pull_request_target:
45
types:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# serious-scaffold-python
22

33
A serious python project template for out-of-box and production usage.
4+
5+
![Lint & Test Status](https://github.com/huxuan/serious-scaffold-python/actions/workflows/lint-test.yml/badge.svg?branch=main)
6+
![Codecov](https://img.shields.io/codecov/c/github/huxuan/serious-scaffold-python)
7+
![Read the Docs](https://img.shields.io/readthedocs/serious-scaffold-python)
8+
![PyPI](https://img.shields.io/pypi/v/serious-scaffold)
9+
![PyPI - License](https://img.shields.io/pypi/l/serious-scaffold)
10+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/serious-scaffold)

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ authors = [
1212
]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
15-
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python :: 3.8",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
1619
"License :: OSI Approved :: MIT License",
1720
"Operating System :: OS Independent",
1821
]

0 commit comments

Comments
 (0)