Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python
Distutils help for sub-packages
 

Index | Next | Previous | View Flat


rpmuller at gmail

Dec 3, 2007, 7:44 AM


Views: 42
Permalink
Distutils help for sub-packages

I need some distutils help. I currently run a python library
(PyQuante) that, until recently, had all of its modules in a single
directory, called "PyQuante". The setup command in my setup.py module
had a single "packages" line:

packages = ['PyQuante'],

I moved some of the routines into Basis and IO subdirectories of
PyQuante, and amended the packages line to be:

packages = ['PyQuante','PyQuante.Basis','PyQuante.IO'],

Everything works find if I'm installing from SVN. However, when I
build a tarball via setup.py sdist, the Basis and IO subdirectories
are not included. How can I get the distutils to include this?

Thanks in advance,

Rick
--
http://mail.python.org/mailman/listinfo/python-list

Subject User Time
Distutils help for sub-packages rpmuller at gmail Dec 3, 2007, 7:44 AM
    Re: Distutils help for sub-packages kyosohma at gmail Dec 5, 2007, 6:20 AM
    Re: Distutils help for sub-packages rpmuller at gmail Dec 6, 2007, 12:37 PM
    Re: Distutils help for sub-packages kyosohma at gmail Dec 6, 2007, 12:41 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.