Hello,

This is my first email in distutils-sig mailing list. So I may introduce
myself. I am Carlos Tejo, a member of the Semantic Web activity line at
CTIC Foundation, a non-profit organization, where I work with a team of
research fellows. We are developing an small library [1] in python
language, and now we want to release it properly :-)

I wonder how I should "write" setup.py in order that setuptools use the
parameters of setup() to create a proper PKG-INFO file.

Right now, I have a couple of troubles:
- How can be configured the version of the metadata (AFAIK, rigth it is
always "Metadata-Version: 1.0")? I would like to use version 1.1 (PEP
314. status: final) [2] or version 1.2 (PEP 345. status: draft) [3]
- How should be written the "platform" parameter?

Regards,

-------------------------------------
Carlos Tejo Alonso
Research & Development Department
CTIC Foundation [Asturias, Spain]
www.fundacionctic.org
-------------------------------------

[1] http://rest-in-py.sourceforge.net/
[2] http://www.python.org/dev/peps/pep-0314/
[3] http://www.python.org/dev/peps/pep-0345/
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to