[Posted to c.l.python this morning, but I didn&#39;t get any response, so I&#39;m retrying here. Apologies to anyone offended by the cross-posting.]<br><br><font class="fixed_width" face="Courier, Monospaced">I need some distutils help. I currently run a python library 
<br> (PyQuante) that, until recently, had all of its modules in a single <br> directory, called &quot;PyQuante&quot;. The setup command in my setup.py module <br> had a single &quot;packages&quot; line: <br> </font><p><font class="fixed_width" face="Courier, Monospaced">
&nbsp; &nbsp; &nbsp; packages = [&#39;PyQuante&#39;], <br> </font></p><p><font class="fixed_width" face="Courier, Monospaced">I moved some of the routines into Basis and IO subdirectories of <br> PyQuante, and amended the packages line to be: 
<br> </font></p><p><font class="fixed_width" face="Courier, Monospaced">&nbsp; &nbsp; &nbsp; packages = [&#39;PyQuante&#39;,&#39;PyQuante.Basis&#39;,&#39;PyQuante.IO&#39;], <br> </font></p><p><font class="fixed_width" face="Courier, Monospaced">
Everything works find if I&#39;m installing from SVN. However, when I <br> build a tarball via setup.py sdist, the Basis and IO subdirectories <br> are not included. How can I get the distutils to include this? <br> </font>
</p><p><font class="fixed_width" face="Courier, Monospaced">Thanks in advance, <br> </font></p><font class="fixed_width" face="Courier, Monospaced">Rick </font><br clear="all"><br>-- <br>Rick Muller<br><a href="mailto:rpmuller@gmail.com">
rpmuller@gmail.com</a>