Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 2, 2024
1 parent f0aba09 commit 313f5c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',

Expand Down

0 comments on commit 313f5c0

Please sign in to comment.