Skip to content
Snippets Groups Projects
Commit 07162634 authored by ferrari's avatar ferrari
Browse files

create setup.py

parent 5aab7b2f
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ setup(name='auto_git_info', ...@@ -5,6 +5,6 @@ setup(name='auto_git_info',
description='Automatically log your command line arguments and commit sha', description='Automatically log your command line arguments and commit sha',
author='Maxence Ferrari', author='Maxence Ferrari',
packages=find_packages(), packages=find_packages(),
package_dir={'auto_git_info': 'src'}, package_dir={'': 'src'},
install_requires=['gitpython>=3.1'], install_requires=['gitpython>=3.1'],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment