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

create setup.py

parent 07162634
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ setup(name='auto_git_info', ...@@ -4,7 +4,7 @@ setup(name='auto_git_info',
version='1.0', version='1.0',
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(), py_modules=['auto_git_info'],
package_dir={'': '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