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.

classification
Title: Require version in setup.py
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling
Priority: normal Keywords:

Created on 2001-03-17 16:32 by akuchling, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (2)
msg3925 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-03-17 16:32
It should be an error to *not* have a version number
in the setup() call.
msg3926 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-03-17 20:03
Logged In: YES 
user_id=11375

Fixed in revision 1.44 of distutils/dist.py
History
Date User Action Args
2022-04-10 16:03:52adminsetgithub: 34178
2001-03-17 16:32:48akuchlingcreate