Re: Private modules

2012-12-22 Thread Paul Tagliamonte
On Sat, Dec 22, 2012 at 11:00:35PM +0100, Bas Wijnen wrote: > Hello, > > I have a Python program (of which I am upstream) and I want to package > it. However, it has some private modules and I don't know how to treat them. > > Section 3.1.1 of the Python Packaging Policy says they should be in >

Private modules

2012-12-22 Thread Bas Wijnen
Hello, I have a Python program (of which I am upstream) and I want to package it. However, it has some private modules and I don't know how to treat them. Section 3.1.1 of the Python Packaging Policy says they should be in /usr/share/. This makes sense, being private data of the package.[1] Howe