From 313f5c0c53a9a349b3087e2dd4fe79db4eb8fc14 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Thu, 2 May 2024 03:00:55 +0100 Subject: [PATCH] Update setup.py --- src/setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/setup.py b/src/setup.py index cd98aa4..95b00f7 100644 --- a/src/setup.py +++ b/src/setup.py @@ -39,7 +39,7 @@ name='py_overload', version=__version__, packages=find_packages(exclude=['tests', 'tests.*']), - url='https://github.com/MichaelKim0407/pip-package-template-docker', + url='https://github.com/ken-morel/py_overload', license='MIT', author='ken-morel', author_email='engonken8@gmail.com', @@ -70,10 +70,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12',