From 07162634b4ba50a675acea4142ec170a8b2724fe Mon Sep 17 00:00:00 2001 From: ferrari <maxence.ferrari@gmail.com> Date: Mon, 26 Jun 2023 11:11:39 +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 73738c4..cca1110 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ setup(name='auto_git_info', description='Automatically log your command line arguments and commit sha', author='Maxence Ferrari', packages=find_packages(), - package_dir={'auto_git_info': 'src'}, + package_dir={'': 'src'}, install_requires=['gitpython>=3.1'], ) -- GitLab