From 14544293e8d0e1028da05a8f9f57d18209a3d088 Mon Sep 17 00:00:00 2001 From: muathendirangu Date: Mon, 5 Feb 2024 16:15:22 +0300 Subject: [PATCH] update the package name --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44449e6..b584460 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,14 @@ from setuptools import setup, find_packages setup( - name='reconciler', + name='aminimalreconciler', version='0.1.0', description='reconciler', url='https://github.com/muathendirangu/reconcile', author='muathendirangu', author_email='muathe.ndirangu@gmail.com', license='MIT', + packages=find_packages(), entry_points={ 'console_scripts': [ 'reconciler=reconciler.reconciler:main'