File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ license: 'LGPLv3+'
99short_desc : ' Helpful functions for Python 🐍 🛠️'
1010
1111conda_channels :
12- - domdfcoding
1312 - conda-forge
1413
1514python_deploy_version : 3.6
@@ -23,7 +22,7 @@ python_versions:
2322 - pypy3
2423
2524classifiers :
26- - ' Development Status :: 4 - Beta '
25+ - ' Development Status :: 5 - Production/Stable '
2726 - ' Intended Audience :: Developers'
2827 - ' Topic :: Software Development :: Libraries :: Python Modules'
2928
Original file line number Diff line number Diff 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
2323classifiers =
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
You can’t perform that action at this time.
0 commit comments