Remove old comments from setup.py on bootstrapping to newer setuptools.
parent
c1dd4e9627
commit
33fd778137
12
setup.py
12
setup.py
|
@ -18,22 +18,10 @@
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the included LICENSE file for details.
|
# 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 absolute_import
|
||||||
from __future__ import print_function
|
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 setuptools
|
||||||
import versioneer
|
import versioneer
|
||||||
versioneer.versionfile_source = 'gnupg/_version.py'
|
versioneer.versionfile_source = 'gnupg/_version.py'
|
||||||
|
|
Loading…
Reference in New Issue