From 395345039d0650b52f10ac3612c0aeb6d472e8f3 Mon Sep 17 00:00:00 2001 From: ferrari <maxence.ferrari@gmail.com> Date: Mon, 26 Jun 2023 11:15:32 +0200 Subject: [PATCH] create setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cca1110..542244b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='auto_git_info', version='1.0', description='Automatically log your command line arguments and commit sha', author='Maxence Ferrari', - packages=find_packages(), + py_modules=['auto_git_info'], package_dir={'': 'src'}, install_requires=['gitpython>=3.1'], ) -- GitLab