7
7
__author__ = "Sebastian Thiel"
8
8
__contact__ = "byronimo@gmail.com"
9
9
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10
-
version_info = (0, 6, 4)
10
+
version_info = (2, 0, 0)
11
11
__version__ = '.'.join(str(i) for i in version_info)
12
12
13
13
setup(
14
-
name="gitdb",
14
+
name="gitdb2",
15
15
version=__version__,
16
16
description="Git Object Database",
17
17
author=__author__,
20
20
packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
21
21
license="BSD License",
22
22
zip_safe=False,
23
-
install_requires=['smmap >= 0.8.5'],
23
+
install_requires=['smmap2 >= 2.0.0'],
24
24
long_description="""GitDB is a pure-Python git object database""",
25
25
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
26
26
classifiers=[
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4