From 0da97b4ef4934bf45dddb1717e8ee18954d9abc9 Mon Sep 17 00:00:00 2001 From: Ugo Albanese <u.albanese@santannapisa.it> Date: Thu, 17 Dec 2020 15:20:45 +0100 Subject: [PATCH] [NRRPLT-0000] Remove python 2.7 classifier from setup.py --- hbp_nrp_distributed_nest/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hbp_nrp_distributed_nest/setup.py b/hbp_nrp_distributed_nest/setup.py index b8f53d2..4061493 100644 --- a/hbp_nrp_distributed_nest/setup.py +++ b/hbp_nrp_distributed_nest/setup.py @@ -63,8 +63,7 @@ config = { 'hbp_nrp_distributed_nest.cle', 'hbp_nrp_distributed_nest.launch', 'hbp_nrp_distributed_nest.launch.host'], - 'classifiers': ['Programming Language :: Python :: 3', - "Programming Language :: Python :: 2.7"], + 'classifiers': ['Programming Language :: Python :: 3'], 'scripts': [], 'name': 'hbp-nrp-distributed-nest', 'include_package_data': True, -- GitLab