Commit 3fd532968160efed4ebc8f9f6ec14263e2234948

Authored by decalage2
1 parent 9a7b711b

setup: added a few tags for PyPI

Showing 1 changed file with 4 additions and 0 deletions
setup.py
... ... @@ -63,7 +63,11 @@ classifiers=[
63 63 "Operating System :: OS Independent",
64 64 "Programming Language :: Python",
65 65 "Programming Language :: Python :: 2",
  66 + "Programming Language :: Python :: 2.7",
66 67 "Programming Language :: Python :: 3",
  68 + "Programming Language :: Python :: 3.4",
  69 + "Programming Language :: Python :: 3.5",
  70 + "Programming Language :: Python :: 3.6",
67 71 "Topic :: Security",
68 72 "Topic :: Software Development :: Libraries :: Python Modules",
69 73 ]
... ...