From bc54e8233f614a905884c75ed70b15daef156ac9 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 29 Sep 2021 21:41:10 +0200 Subject: pypi/gerbolyze: add extra dep on svg-flatten-wasi pkg --- svg-flatten/setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'svg-flatten/setup.py') diff --git a/svg-flatten/setup.py b/svg-flatten/setup.py index 6aa8fb9..06e813d 100644 --- a/svg-flatten/setup.py +++ b/svg-flatten/setup.py @@ -47,6 +47,9 @@ setup( "Bug Tracker": "https://github.com/jaseg/gerbolyze/issues", }, classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + 'Topic :: Utilities' ], ) -- cgit