From ede16ad672d47b1b16025cd3bc6d67aadce509e3 Mon Sep 17 00:00:00 2001 From: ferrari <maxence.ferrari@gmail.com> Date: Fri, 23 Jun 2023 18:21:16 +0200 Subject: [PATCH] create setup.py --- setup.py | 2 +- src/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4360d90..5847168 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,6 @@ setup(name='auto_git_info', version='1.0', description='Automatically log your command line arguments and commit sha', author='Maxence Ferrari', - packages=find_packages(), + packages=find_packages('src'), install_requires=['gitpython>=3.1'], ) diff --git a/src/__init__.py b/src/__init__.py index 96d7fb3..e69de29 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +0,0 @@ -import auto_git_info \ No newline at end of file -- GitLab