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

create setup.py

parent da7cd4cb
No related branches found
No related tags found
No related merge requests found
......@@ -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'],
)
import auto_git_info
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment