~canonical-ci-engineering/autopkgtest-result-checker/snappy-image-tests

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2015-04-01 01:46:42 UTC
  • mfrom: (5.1.2 flake8)
  • Revision ID: ubuntu_ci_bot-20150401014642-1ur4cv6w1kzpls3p
Installing flake8 for tests and benefiting of its integration with setuptools for processing all installed files. [r=Thomi Richards]

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import sys
21
21
assert sys.version_info >= (3,), 'Python 3 is required'
22
22
 
23
 
from setuptools import find_packages, setup, Extension
 
23
from setuptools import (
 
24
    find_packages,
 
25
    setup,
 
26
)
24
27
 
25
28
 
26
29
VERSION = '1.0.0'