comparison setup.py @ 1124:666ab5997802

client: update to dulwich 0.19+
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 01 May 2018 10:28:16 -0500
parents 7e4df57440ea
children
comparison
equal deleted inserted replaced
1123:70c9dfdb0bc1 1124:666ab5997802
35 keywords='hg git mercurial', 35 keywords='hg git mercurial',
36 license='GPLv2', 36 license='GPLv2',
37 packages=['hggit'], 37 packages=['hggit'],
38 package_data={'hggit': ['help/git.rst']}, 38 package_data={'hggit': ['help/git.rst']},
39 include_package_data=True, 39 include_package_data=True,
40 install_requires=['dulwich>=0.9.7'] + extra_req, 40 install_requires=['dulwich>=0.19.0'] + extra_req,
41 ) 41 )