Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Install dulwich.tests.compat.

Changeset 4eb4b108fede

Parent 6fbbd14b32d8

committed by Jelmer Vernooij

authored by Jelmer Vernooij

Changes to one file · Browse files at 4eb4b108fede Showing diff from parent 6fbbd14b32d8 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
71
72
73
74
 
75
76
77
 
71
72
73
 
74
75
76
77
@@ -71,7 +71,7 @@
  All functionality is available in pure Python, but (optional)   C extensions are also available for better performance.   """, - packages=['dulwich', 'dulwich.tests'], + packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat'],   scripts=['bin/dulwich', 'bin/dul-daemon', 'bin/dul-web'],   ext_modules=[   Extension('dulwich._objects', ['dulwich/_objects.c'],