# HG changeset patch # User Chaiwat Suttipongsakul # Date 1652690064 -25200 # Mon May 16 15:34:24 2022 +0700 # Node ID 3eedda7bba5f003d187e9aaf29bf0c114c223cc4 # Parent c76ffc244a67ed4e4a3c4ad4757b9c73ca960a42 fix wrong setup.py diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", - "Programming Language :: Python :: 3.5.3", + "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",