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 f6c840f commit 64b193e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

from pip_package_template_docker import __version__
from py_overload import __version__

project_dir = Path(__file__).parent
try:
Expand Down Expand Up @@ -36,13 +36,13 @@
)

setup(
name='pip-package-template-docker',
name='py_overload',
version=__version__,
packages=find_packages(exclude=['tests', 'tests.*']),
py_modules=["py_overload"],
url='https://github.com/MichaelKim0407/pip-package-template-docker',
license='MIT',
author='Zheng Jin',
author_email='mkim0407@gmail.com',
author='ken-morel',
author_email='engonken8@gmail.com',
description='Project template for Dockerized pip package development.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -75,6 +75,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',

'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit 64b193e

Please sign in to comment.