Skip to content

Commit bf601a4

Browse files
committed
Updated trove classifiers
1 parent 9b3bcdb commit bf601a4

3 files changed

Lines changed: 20 additions & 36 deletions

File tree

demo.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

repo_helper.yml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
modname: flake8-dunder-all
23
copyright_years: "2020"
34
author: "Dominic Davis-Foster"
@@ -8,41 +9,37 @@ license: 'MIT'
89
short_desc: "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
910

1011
conda_channels:
11-
- domdfcoding
12-
- conda-forge
12+
- domdfcoding
13+
- conda-forge
1314

1415
python_deploy_version: 3.6
1516

1617
# Versions to run tests for
1718
python_versions:
18-
- '3.6'
19-
- '3.7'
20-
- "3.8"
21-
- '3.9'
22-
- "3.10-dev"
23-
- "pypy3"
19+
- '3.6'
20+
- '3.7'
21+
- "3.8"
22+
- '3.9'
23+
- "3.10-dev"
24+
- "pypy3"
2425

2526
# travis secure password for PyPI
2627
travis_pypi_secure: "fP5pFqWlcDvPsgEwnp0gpamm2ZFf6VAWvX0ppgimcKGMIvKy3CJ4r3B4saAbi9dzTvM4yRZt0As5oky5XLPA3kQC2py5BtUxw9qiiX/XfmKQJtd+f4IGa65dKtRVyIp78PZdVy/m7g+p+NTKnJ0na0JgrDGQWCKhmbE5n834FQsUCaXrCcTHzv9RyVtNcwvhi2pPvKsLrr+/+YWLYtg6FhZXECOfCzrFmoeYG/p4fpwZpE8jBW5ISL42GAPa9BXIdQF5PpbxZAEbZc/x/nzgx7ttyzc+l/Y8O6EF66FenqfT/RWP1L2fjhxrH0itMSrDIdqJq/Csw/yNyb6xln6LvfJOoNe5BJ9B4yOaOw3zMnbObPwjJdcBzCMMD0E6N6HWUEZsHvbzT1e8Imix1GmLCemqazQSLSlKziin3aj2DM6vm8KnSYkigv7XS3b9lTPR8TfJrkz91zUOFhHIifiaN07ZcWtwhEp1VFXFnJS18VifsdaYJU4S5ZoNZXwy8mn+5xCaQcNuBOM84pP4smR1Dboglv9uHBl1eth7CnX6XNEPsEVT+MO0wQb6MoAf9n37Z3mUPMu3hD4WTeD/Of/t4tRAmzomosof/9RcvOBHXBu6Fh88I3A4UtKwpzQqcBC2nAm/wmqLmfWvVvd/OtEtYMpoglvDLqBzzFB4jmv8c2Q="
2728

2829
classifiers:
29-
- 'Development Status :: 4 - Beta'
30-
# - "Development Status :: 5 - Production/Stable"
31-
# - "Development Status :: 6 - Mature"
32-
# - "Development Status :: 7 - Inactive"
33-
- 'Intended Audience :: Developers'
34-
- 'Topic :: Software Development :: Libraries :: Python Modules'
35-
- "Topic :: Utilities"
36-
30+
- 'Development Status :: 4 - Beta'
31+
- 'Framework :: Flake8'
32+
- 'Intended Audience :: Developers'
33+
- "Topic :: Utilities"
3734

3835
console_scripts:
39-
- "ensure_dunder_all=flake8_dunder_all.__main__:main"
40-
- "ensure-dunder-all=flake8_dunder_all.__main__:main"
36+
- "ensure_dunder_all=flake8_dunder_all.__main__:main"
37+
- "ensure-dunder-all=flake8_dunder_all.__main__:main"
4138

4239
extra_sphinx_extensions:
43-
- sphinx_toolbox.pre_commit
44-
- sphinx_toolbox.flake8
40+
- sphinx_toolbox.pre_commit
41+
- sphinx_toolbox.flake8
4542

4643
entry_points:
47-
flake8.extension:
48-
- DUNDER_ALL=flake8_dunder_all:Plugin
44+
flake8.extension:
45+
- DUNDER_ALL=flake8_dunder_all:Plugin

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ project_urls =
2222
Source_Code = https://github.com/domdfcoding/flake8-dunder-all
2323
classifiers =
2424
Development Status :: 4 - Beta
25+
Framework :: Flake8
2526
Intended Audience :: Developers
2627
License :: OSI Approved :: MIT License
2728
Operating System :: OS Independent
@@ -34,7 +35,6 @@ classifiers =
3435
Programming Language :: Python :: 3.9
3536
Programming Language :: Python :: Implementation :: CPython
3637
Programming Language :: Python :: Implementation :: PyPy
37-
Topic :: Software Development :: Libraries :: Python Modules
3838
Topic :: Utilities
3939
Typing :: Typed
4040

0 commit comments

Comments
 (0)