We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit d3bf396Copy full SHA for d3bf396
setup.py
@@ -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