~juju-deployers/juju-deployer/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Van Steenburgh
  • Date: 2016-05-08 02:59:17 UTC
  • mto: This revision was merged to the branch mainline in revision 174.
  • Revision ID: tvansteenburgh@gmail.com-20160508025917-z626r93qcsstm8po
add coverage report, py3 classifiers

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    classifiers=[
16
16
        "Development Status :: 4 - Beta",
17
17
        "Programming Language :: Python",
 
18
        "Programming Language :: Python :: 2",
 
19
        "Programming Language :: Python :: 2.7",
 
20
        "Programming Language :: Python :: 3",
 
21
        "Programming Language :: Python :: 3.5",
18
22
        "Topic :: Internet",
19
23
        "Topic :: Software Development :: Libraries :: Python Modules",
20
24
        "Intended Audience :: System Administrators",