Преглед на файлове

Fix running of testsuite when installed (#223).

Jelmer Vernooij преди 10 години
родител
ревизия
efa230ea45
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 3 0
      NEWS
  2. 1 0
      setup.py

+ 3 - 0
NEWS

@@ -5,6 +5,9 @@
   * In dulwich.index.build_index_from_tree, by default
     refuse to create entries that start with .git/.
 
+  * Fix running of testsuite when installed.
+    (Jelmer Vernooij, #223)
+
 0.9.8	2014-11-30
 
  BUG FIXES

+ 1 - 0
setup.py

@@ -76,6 +76,7 @@ setup(name='dulwich',
       in the particular Monty Python sketch.
       """,
       packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', 'dulwich.contrib'],
+      package_data={'': ['../docs/tutorial/*.txt']},
       scripts=['bin/dulwich', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
       classifiers=[
           'Development Status :: 4 - Beta',