Remove old comments from setup.py on bootstrapping to newer setuptools.

fix/24-enc-to-file 1.2.3
Isis Lovecruft 2013-10-08 13:56:02 +00:00
parent c1dd4e9627
commit 33fd778137
No known key found for this signature in database
GPG Key ID: 5C17776E27F7E84D
1 changed files with 0 additions and 12 deletions

View File

@ -18,22 +18,10 @@
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
#______________________________________________________________________________
#
# NOTE: setuptools is currently (as of 27 May 2013) being merged back into its
# parent project, distribute. By using the included distribute_setup.py
# script, we make sure that we have a recent version of setuptools/distribute,
# which is the *only* Python packaging framework compatible at this point with
# both Python>=2.4 and Python3.x.
#
from __future__ import absolute_import
from __future__ import print_function
## Upgrade setuptools to a version which supports Python 2 and 3
#os.system('python ./distribute_setup.py')
## Upgrade pip to a version with proper SSL support
#os.system('python ./get-pip.py')
import setuptools
import versioneer
versioneer.versionfile_source = 'gnupg/_version.py'