Skip to content

Commit 24a913f

Browse files
committed
Add keywords.
1 parent 0ac6fd9 commit 24a913f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "flake8_strftime"
77
version = "0.2.1"
88
description = "A flake8 plugin which checks for use of platform specific strftime codes."
99
readme = "README.rst"
10-
keywords = []
10+
keywords = [ "flake8", "date", "time", "datetime", "strftime",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212
[[project.authors]]
1313

repo_helper.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,10 @@ min_coverage: 100
4444

4545
tox_unmanaged:
4646
- testenv:lint
47+
48+
keywords:
49+
- flake8
50+
- date
51+
- time
52+
- datetime
53+
- strftime

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = flake8_strftime
1111
author = Dominic Davis-Foster
1212
author_email = [email protected]
1313
license = MIT License
14-
keywords =
14+
keywords = flake8, date, time, datetime, strftime
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux

0 commit comments

Comments
 (0)