← Back to team overview

divmod-dev team mailing list archive

[Merge] lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files into lp:divmod.org

 

Tristan Seligmann has proposed merging lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files into lp:divmod.org.

Requested reviews:
  Divmod-dev (divmod-dev)

For more details, see:
https://code.launchpad.net/~divmod-dev/divmod.org/1269616-MANIFEST-misc-files/+merge/201862
-- 
https://code.launchpad.net/~divmod-dev/divmod.org/1269616-MANIFEST-misc-files/+merge/201862
Your team Divmod-dev is requested to review the proposed merge of lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files into lp:divmod.org.
=== modified file 'Axiom/MANIFEST.in'
--- Axiom/MANIFEST.in	2014-01-15 10:04:36 +0000
+++ Axiom/MANIFEST.in	2014-01-15 22:31:59 +0000
@@ -1,2 +1,5 @@
 include LICENSE
 include NAME.txt
+recursive-include axiom/test/historic *.tbz2
+include axiom/batch.tac
+graft axiom/examples

=== modified file 'Axiom/setup.py'
--- Axiom/setup.py	2014-01-15 10:39:50 +0000
+++ Axiom/setup.py	2014-01-15 22:31:59 +0000
@@ -43,6 +43,7 @@
     cmdclass={
         "install": InstallAndRegenerate,
     },
+    include_package_data=True,
 
     license="MIT",
     platforms=["any"],


Follow ups