From 9aef4d843041d90d62b511d347bb2cabd34a260e Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Tue, 7 Sep 2021 17:26:39 +0200 Subject: [PATCH] M #-: Update pyone metadata, drop py2 support (#1441) --- src/oca/python/setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/oca/python/setup.py b/src/oca/python/setup.py index c9ec125aa6..3b8ebb8c9e 100644 --- a/src/oca/python/setup.py +++ b/src/oca/python/setup.py @@ -73,10 +73,7 @@ setup( 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3' ], keywords='cloud opennebula xmlrpc bindings',