mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Source tarball doesn't include documentation/examples #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been packaging PyMT for Ubuntu [1] and the source tarball [2] doesn't 
match what I expect.

My expectation is the source tarball would contain all the files in the git 
branch with the build system.  The pypi file has the documentation and examples 
omitted.  The examples are provided in a separate tarball [3] without a build 
system.

Could you provide releases with all the information (patch in [4] distributes 
these files) so it is easy to run python setup.py install and have everything 
installed?

[1] https://bugs.edge.launchpad.net/ubuntu/+bug/594912
[2] http://pypi.python.org/pypi/PyMT
[3] http://code.google.com/p/pymt/downloads/list
[4]
diff --git a/MANIFEST.in b/MANIFEST.in
index 4a225ab..6384d53 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,6 @@
+recursive-include doc *
+recursive-include examples *
 recursive-include pymt/data *.png *.svg *.css *.ttf
 recursive-include pymt/tools *.png
+recursive-include tests *
+recursive-include tools *

Original issue reported on code.google.com by robert.a...@gmail.com on 16 Jun 2010 at 2:42

GoogleCodeExporter commented 9 years ago
Ok, we'll do that for the next version !

Original comment by txprog on 16 Jun 2010 at 7:26

GoogleCodeExporter commented 9 years ago
The actual setup.py don't generate documentation.
But you want it right ?

Or can you launch yourself the generation after pymt installation ?
(cd doc; python autobuild.py && make html)

Original comment by txprog on 29 Jun 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by txprog on 30 Jun 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Not too worried if the documentation is generated by default or not.  It would 
be nice if a flag could be passed to setup.py to enable this if you don't want 
it built by default.

Original comment by robert.a...@gmail.com on 1 Jul 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Closed via GitHub: 
http://github.com/tito/pymt/commit/826ed6b597f0ac5270b073df5b0360e65286a473

update MANIFEST.in to include documentation and examples (fixes issue 261)

Original comment by txprog on 2 Jul 2010 at 12:10