Skip to content

Commit bfeb716

Browse files
committed
Updated config files.
1 parent 89d3a44 commit bfeb716

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.isort.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ known_third_party =
1717
consolekit
1818
coverage
1919
coverage_pyver_pragma
20-
deprecation
20+
deprecation_alias
2121
enum_tools
2222
faker
23+
flake8
2324
github
2425
importlib_metadata
2526
importlib_resources
2627
natsort
27-
packaging
2828
pandas
2929
pydash
3030
pytest

repo_helper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ license: 'LGPLv3+'
99
short_desc: 'Helpful functions for Python 🐍 🛠️'
1010

1111
conda_channels:
12-
- domdfcoding
1312
- conda-forge
1413

1514
python_deploy_version: 3.6
@@ -23,7 +22,7 @@ python_versions:
2322
- pypy3
2423

2524
classifiers:
26-
- 'Development Status :: 4 - Beta'
25+
- 'Development Status :: 5 - Production/Stable'
2726
- 'Intended Audience :: Developers'
2827
- 'Topic :: Software Development :: Libraries :: Python Modules'
2928

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project_urls =
2121
Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
2222
Source Code = https://github.com/domdfcoding/domdf_python_tools
2323
classifiers =
24-
Development Status :: 4 - Beta
24+
Development Status :: 5 - Production/Stable
2525
Intended Audience :: Developers
2626
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
2727
Operating System :: OS Independent

0 commit comments

Comments
 (0)