File: version.py

package info (click to toggle)
python-pex 1.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,144 kB
  • ctags: 1,042
  • sloc: python: 6,777; sh: 1,325; makefile: 166
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = '1.1.14'

SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2'
WHEEL_REQUIREMENT = 'wheel>=0.24.0'