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:
3737 - ' Topic :: Software Development :: Libraries :: Python Modules'
3838 - " Topic :: Utilities"
3939
40- exclude_files :
41- - setup_cfg
42-
4340
4441extra_sphinx_extensions :
4542 - 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+
18[metadata]
29name = flake8_strftime
3- description = A flake8 plugin which checks for use of platform specific strftime codes.
410author = Dominic Davis-Foster
511612license = MIT License
713keywords =
8-
914long_description = file: README.rst
1015long_description_content_type = text/x-rst
11- platforms =
12- Windows
13- macOS
14- Linux
16+ platforms = Windows, macOS, Linux
1517url = https://github.com/domdfcoding/flake8_strftime
1618project_urls =
1719 Documentation = https://flake8_strftime.readthedocs.io
@@ -34,21 +36,23 @@ classifiers =
3436 Topic :: Utilities
3537 Typing :: Typed
3638
37-
38-
3939[options]
4040python_requires = >=3.6
4141zip_safe = False
4242include_package_data = True
4343packages = find:
4444
45-
4645[options.packages.find]
4746exclude =
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]
5357flake8.extension =
5458 STRFTIME =flake8_strftime:Plugin
You can’t perform that action at this time.
0 commit comments