瀏覽代碼

Run setup.py with python3.

Jelmer Vernooij 4 年之前
父節點
當前提交
f572d9e399
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # encoding: utf-8
 # Setup file for dulwich
 # Copyright (C) 2008-2016 Jelmer Vernooij <jelmer@jelmer.uk>
@@ -22,7 +22,7 @@ if sys.version_info < (3, 5):
         'For 2.7 support, please install a version prior to 0.20')
 
 
-dulwich_version_string = '0.20.3'
+dulwich_version_string = '0.20.4'
 
 
 class DulwichDistribution(Distribution):