Skip to content

Commit 615ff4c

Browse files
committed
Updated setup.cfg
1 parent 831e73c commit 615ff4c

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

repo_helper.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ classifiers:
3737
- 'Topic :: Software Development :: Libraries :: Python Modules'
3838
- "Topic :: Utilities"
3939

40-
exclude_files:
41-
- setup_cfg
42-
4340

4441
extra_sphinx_extensions:
4542
- sphinx_toolbox.pre_commit

setup.cfg

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1+
# This file is managed by 'repo_helper'.
2+
# You may add new sections, but any changes made to the following sections will be lost:
3+
# * metadata
4+
# * options
5+
# * options.packages.find
6+
# * mypy
7+
18
[metadata]
29
name = flake8_strftime
3-
description = A flake8 plugin which checks for use of platform specific strftime codes.
410
author = Dominic Davis-Foster
511
author_email = [email protected]
612
license = MIT License
713
keywords =
8-
914
long_description = file: README.rst
1015
long_description_content_type = text/x-rst
11-
platforms =
12-
Windows
13-
macOS
14-
Linux
16+
platforms = Windows, macOS, Linux
1517
url = https://github.com/domdfcoding/flake8_strftime
1618
project_urls =
1719
Documentation = https://flake8_strftime.readthedocs.io
@@ -34,21 +36,23 @@ classifiers =
3436
Topic :: Utilities
3537
Typing :: Typed
3638

37-
38-
3939
[options]
4040
python_requires = >=3.6
4141
zip_safe = False
4242
include_package_data = True
4343
packages = find:
4444

45-
4645
[options.packages.find]
4746
exclude =
4847
tests
4948
tests.*
5049
doc-source
5150

51+
[mypy]
52+
python_version = 3.6
53+
namespace_packages = True
54+
check_untyped_defs = True
55+
5256
[options.entry_points]
5357
flake8.extension =
5458
STRFTIME=flake8_strftime:Plugin

0 commit comments

Comments
 (0)