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 =
17
17
consolekit
18
18
coverage
19
19
coverage_pyver_pragma
20
- deprecation
20
+ deprecation_alias
21
21
enum_tools
22
22
faker
23
+ flake8
23
24
github
24
25
importlib_metadata
25
26
importlib_resources
26
27
natsort
27
- packaging
28
28
pandas
29
29
pydash
30
30
pytest
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ license: 'LGPLv3+'
9
9
short_desc : ' Helpful functions for Python 🐍 🛠️'
10
10
11
11
conda_channels :
12
- - domdfcoding
13
12
- conda-forge
14
13
15
14
python_deploy_version : 3.6
@@ -23,7 +22,7 @@ python_versions:
23
22
- pypy3
24
23
25
24
classifiers :
26
- - ' Development Status :: 4 - Beta '
25
+ - ' Development Status :: 5 - Production/Stable '
27
26
- ' Intended Audience :: Developers'
28
27
- ' Topic :: Software Development :: Libraries :: Python Modules'
29
28
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ project_urls =
21
21
Issue Tracker = https://github.com/domdfcoding/domdf_python_tools/issues
22
22
Source Code = https://github.com/domdfcoding/domdf_python_tools
23
23
classifiers =
24
- Development Status :: 4 - Beta
24
+ Development Status :: 5 - Production/Stable
25
25
Intended Audience :: Developers
26
26
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
27
27
Operating System :: OS Independent
You can’t perform that action at this time.
0 commit comments