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 a2ee433 commit 1596c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 py_overload import __version__
from pyoload import __version__

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

setup(
name='py_overload',
name='pyoload',
version=__version__,
packages=find_packages(exclude=['tests', 'tests.*']),
url='https://github.com/ken-morel/py_overload',
url='https://github.com/ken-morel/pyoload',
license='MIT',
author='ken-morel',
author_email='engonken8@gmail.com',
Expand Down

0 comments on commit 1596c16

Please sign in to comment.