Noam Raphael <[EMAIL PROTECTED]> writes:
> Fredrik Lundh wrote:
> >
> > you can enable new metadata fields in older versions by assigning to
> > the DistributionMetadata structure:
> >
> > try:
> > from distutils.dist import DistributionMetadata
> > DistributionMetadata.packa
Fredrik Lundh wrote:
>
> you can enable new metadata fields in older versions by assigning to
> the DistributionMetadata structure:
>
> try:
> from distutils.dist import DistributionMetadata
> DistributionMetadata.package_data = None
> except:
> pass
>
> setup
Noam Raphael wrote:
> I want to distribute a package. It's compatible with Python 2.3.
> Is there a way to use distutils 2.4 feature package_data, while
> maintaining the distribution compatible with python 2.3 ?
you can enable new metadata fields in older versions by assigning to
the Distributio
"Noam Raphael" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to distribute a package. It's compatible with Python 2.3.
> Is there a way to use distutils 2.4 feature package_data, while
> maintaining the distribution compatible with python 2.3 ?
>
> Thanks,
> Noam Raphael
You could distribute the
Hello,
I want to distribute a package. It's compatible with Python 2.3.
Is there a way to use distutils 2.4 feature package_data, while
maintaining the distribution compatible with python 2.3 ?
Thanks,
Noam Raphael
--
http://mail.python.org/mailman/listinfo/python-list