~cjwatson/lazr.restfulclient/access-token-compat

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Colin Watson
  • Date: 2018-02-08 07:17:06 UTC
  • Revision ID: cjwatson@canonical.com-20180208071706-lnjp7llgaxp6lj5q
Note Python 3 support in classifiers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        "Intended Audience :: Developers",
65
65
        "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
66
66
        "Operating System :: OS Independent",
67
 
        "Programming Language :: Python"],
 
67
        "Programming Language :: Python",
 
68
        "Programming Language :: Python :: 2",
 
69
        "Programming Language :: Python :: 3",
 
70
        ],
68
71
    extras_require=dict(
69
72
        docs=['Sphinx',
70
73
              'z3c.recipe.sphinxdoc'],