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

create setup.py

parent bdc102bb
Branches
No related tags found
No related merge requests found
from distutils.core import setup
from setuptools import setup, find_packages
setup(name='auto_git_info',
version='1.0',
description='Automatically log your command line arguments and commit sha',
author='Maxence Ferrari',
packages=['src'],
packages=find_packages(),
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