From c1c12438ea06fff2d12c20bd8db06c7091d8548d Mon Sep 17 00:00:00 2001 From: Patrik Gustavsson Date: Tue, 1 Jun 2021 18:54:09 +0200 Subject: MLBEDSW-4692: Removed python invalid classifier from setup.py Removed: Programming Language :: Python :: 3.6 :: Only As it is not a valid classifier Signed-off-by: Patrik Gustavsson Change-Id: Iebd1afa19952d7b90f4ddacf2ec5bf15252b9354 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 29198a1f..9133a124 100644 --- a/setup.py +++ b/setup.py @@ -77,13 +77,12 @@ setup( "Programming Language :: C", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.6 :: Only", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Compilers", ], keywords=["ethos-u", "vela compiler", "tflite", "npu"], packages=["ethosu.vela", "ethosu.vela.ethos_u55_regs", "ethosu.vela.tflite", "ethosu.mlw_codec"], - python_requires="~=3.6", # We support only 3.6+ + python_requires="~=3.6", install_requires=[ "flatbuffers==1.12.0", "numpy>=1.16.6", -- cgit v1.2.1