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

create setup.py

parent ede16ad6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ setup(name='auto_git_info',
version='1.0',
description='Automatically log your command line arguments and commit sha',
author='Maxence Ferrari',
packages=find_packages('src'),
packages=find_packages(),
package_dir={'auto_git_info': 'src'},
install_requires=['gitpython>=3.1'],
)
__version__ = 1.0
\ 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