Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 23, 2020
0 parents commit d3bf396
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name="gitdb2",
version="4.0.2",
author="Sebastian Thiel",
author_email="[email protected]",
description="A mirror package for gitdb",
long_description="This is a mirror package for `gitdb <https://pypi.org/project/gitdb/>`_. Consider installing it directly instead.",
url="https://github.com/gitpython-developers/gitdb",
install_requires=["gitdb>=4.0.1"],
)

0 comments on commit d3bf396

Please sign in to comment.