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

Proposed by Tristan Seligmann
Status: Merged
Merged at revision: 2737
Proposed branch: lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files
Merge into: lp:divmod.org
Diff against target: 21 lines (+4/-0)
2 files modified
Axiom/MANIFEST.in (+3/-0)
Axiom/setup.py (+1/-0)
To merge this branch: bzr merge lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files
Reviewer Review Type Date Requested Status
Laurens Van Houtven Pending
Review via email: mp+201862@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurens Van Houtven (lvh) wrote :

LGTM

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Axiom/MANIFEST.in'
2--- Axiom/MANIFEST.in 2014-01-15 10:04:36 +0000
3+++ Axiom/MANIFEST.in 2014-01-15 22:31:59 +0000
4@@ -1,2 +1,5 @@
5 include LICENSE
6 include NAME.txt
7+recursive-include axiom/test/historic *.tbz2
8+include axiom/batch.tac
9+graft axiom/examples
10
11=== modified file 'Axiom/setup.py'
12--- Axiom/setup.py 2014-01-15 10:39:50 +0000
13+++ Axiom/setup.py 2014-01-15 22:31:59 +0000
14@@ -43,6 +43,7 @@
15 cmdclass={
16 "install": InstallAndRegenerate,
17 },
18+ include_package_data=True,
19
20 license="MIT",
21 platforms=["any"],

Subscribers

People subscribed via source and target branches

to all changes: