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 1, 2024
1 parent 9b9e931 commit da37f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
setup(
name='py_overload',
version=__version__,
py_modules=["py_overload"],
packages=find_packages(exclude=['tests', 'tests.*']),
url='https://github.com/MichaelKim0407/pip-package-template-docker',
license='MIT',
author='ken-morel',
author_email='engonken8@gmail.com',
description='Project template for Dockerized pip package development.',
description='Python package for function argument overload, typechecking and casting',
long_description=long_description,
long_description_content_type='text/markdown',

Expand Down

0 comments on commit da37f43

Please sign in to comment.