Skip to content

Commit e65e878

Browse files
committed
fix(setup): add short description
1 parent 7655b0d commit e65e878

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Changed
2020
Removed
2121
-------
2222

23+
`1.0.2`_ 2025-12-05
24+
===================
25+
26+
Changed
27+
-------
28+
29+
- Fix description ``setup.cfg``.
30+
2331
`1.0.1`_ 2024-11-22
2432
===================
2533

@@ -57,6 +65,7 @@ Removed
5765

5866
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
5967
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
60-
.. _Unreleased: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/compare/1.0.1...HEAD
68+
.. _Unreleased: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/compare/1.0.2...HEAD
69+
.. _1.0.2: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/compare/1.0.1...1.0.2
6170
.. _1.0.1: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/compare/1.0.0...1.0.1
6271
.. _1.0.0: https://github.com/jfishe/pyscaffoldext-pre-commit-ruff/compare/3e1993e7efea9da6d7e8007317cc6d3ea3333a65...1.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[metadata]
77
name = pyscaffoldext-pre-commit-ruff
8-
description = Add a short description here!
8+
description = PyScaffold extension to us Ruff with pre-commit.
99
author = John D. Fisher
1010
author_email = jdfenw@gmail.com
1111
license = MIT

0 commit comments

Comments
 (0)