mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 15:56:27 +00:00
Clarified comment about the python version required to run setup.py.
This commit is contained in:
parent
3c0939a3ef
commit
39f1d23993
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -15,7 +15,8 @@ Your version of python is: %s""" % sys.version
|
|||
print too_old_error
|
||||
sys.exit(1)
|
||||
|
||||
check_python_version() # define & run this early - 'distutils.core' is new
|
||||
# define & run this early - 'distutils.core' requires Python >= 2.0
|
||||
check_python_version()
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name="archivemail",
|
||||
|
|
Loading…
Reference in a new issue