Skip to content

Commit d3bf396

Browse files
committed
v4.0.2
0 parents  commit d3bf396

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name="gitdb2",
5+
version="4.0.2",
6+
author="Sebastian Thiel",
7+
author_email="byronimo@gmail.com",
8+
description="A mirror package for gitdb",
9+
long_description="This is a mirror package for `gitdb <https://pypi.org/project/gitdb/>`_. Consider installing it directly instead.",
10+
url="https://github.com/gitpython-developers/gitdb",
11+
install_requires=["gitdb>=4.0.1"],
12+
)

0 commit comments

Comments
 (0)