Distutils: Python version information

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samuel

    #1

    Distutils: Python version information

    In Python cheese shop, there is a field that shows the Python version
    that is required by a listed package.

    I have not found this covered in the distutils documentation: How do
    you add the Python version information into the setup script of a
    package?

    Unfortunately, the keyword list:



    is incomplete (for example, the "provides" and "requires" keywords are
    not listed, even though covered in the previous chapters of the
    documentation).

    -Samuel

Working...