File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ classifiers:
37
37
- ' Topic :: Software Development :: Libraries :: Python Modules'
38
38
- " Topic :: Utilities"
39
39
40
- exclude_files :
41
- - setup_cfg
42
-
43
40
44
41
extra_sphinx_extensions :
45
42
- sphinx_toolbox.pre_commit
Original file line number Diff line number Diff line change
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
+
1
8
[metadata]
2
9
name = flake8_strftime
3
- description = A flake8 plugin which checks for use of platform specific strftime codes.
4
10
author = Dominic Davis-Foster
5
11
6
12
license = MIT License
7
13
keywords =
8
-
9
14
long_description = file: README.rst
10
15
long_description_content_type = text/x-rst
11
- platforms =
12
- Windows
13
- macOS
14
- Linux
16
+ platforms = Windows, macOS, Linux
15
17
url = https://github.com/domdfcoding/flake8_strftime
16
18
project_urls =
17
19
Documentation = https://flake8_strftime.readthedocs.io
@@ -34,21 +36,23 @@ classifiers =
34
36
Topic :: Utilities
35
37
Typing :: Typed
36
38
37
-
38
-
39
39
[options]
40
40
python_requires = >=3.6
41
41
zip_safe = False
42
42
include_package_data = True
43
43
packages = find:
44
44
45
-
46
45
[options.packages.find]
47
46
exclude =
48
47
tests
49
48
tests.*
50
49
doc-source
51
50
51
+ [mypy]
52
+ python_version = 3.6
53
+ namespace_packages = True
54
+ check_untyped_defs = True
55
+
52
56
[options.entry_points]
53
57
flake8.extension =
54
58
STRFTIME =flake8_strftime:Plugin
You can’t perform that action at this time.
0 commit comments