This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients
Date 2007-01-14.15:09:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It would be nice to see example of setup() call on the page with "requires" keywords argument description http://docs.python.org/dist/node10.html 

Like: 
setup(...,
      requires=["somepackage (>1.0, !=1.5)"],
      provides=["mypkg (1.1)"]
      )


There seems to be mistake in table with examples for "provides" keyword on the same page - it looks like:
mypkg (1.1

shouldn't this be mypkg (1.1)?
History
Date User Action Args
2007-08-23 14:51:22adminlinkissue1635217 messages
2007-08-23 14:51:22admincreate