[qemu.qmp PATCH 07/13] add a couple new trove classifiers

John Snow posted 13 patches 3 years, 10 months ago
There is a newer version of this series
[qemu.qmp PATCH 07/13] add a couple new trove classifiers
Posted by John Snow 3 years, 10 months ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 setup.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 776f4f1..44f913d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,7 @@ long_description = file:PACKAGE.rst
 long_description_content_type = text/x-rst
 classifiers =
     Development Status :: 3 - Alpha
+    Intended Audience :: Developers
     License :: OSI Approved :: GNU General Public License v2 (GPLv2)
     Natural Language :: English
     Operating System :: OS Independent
@@ -23,6 +24,7 @@ classifiers =
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
+    Topic :: System :: Emulators
     Typing :: Typed
 
 [options]
-- 
2.34.1
Re: [qemu.qmp PATCH 07/13] add a couple new trove classifiers
Posted by Beraldo Leal 3 years, 10 months ago
On Wed, Mar 30, 2022 at 02:24:18PM -0400, John Snow wrote:
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  setup.cfg | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/setup.cfg b/setup.cfg
> index 776f4f1..44f913d 100644
> --- a/setup.cfg
> +++ b/setup.cfg
> @@ -14,6 +14,7 @@ long_description = file:PACKAGE.rst
>  long_description_content_type = text/x-rst
>  classifiers =
>      Development Status :: 3 - Alpha
> +    Intended Audience :: Developers
>      License :: OSI Approved :: GNU General Public License v2 (GPLv2)
>      Natural Language :: English
>      Operating System :: OS Independent
> @@ -23,6 +24,7 @@ classifiers =
>      Programming Language :: Python :: 3.8
>      Programming Language :: Python :: 3.9
>      Programming Language :: Python :: 3.10
> +    Topic :: System :: Emulators
>      Typing :: Typed
>  
>  [options]
> -- 
> 2.34.1
> 

Reviewed-by: Beraldo Leal <bleal@redhat.com>

--
Beraldo