Browse Source

[setup.py] Add python 3.5 classifier

totalwebcasting
Sergey M․ 8 years ago
parent
commit
698f127c1a
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@ -122,6 +122,7 @@ setup(
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
cmdclass={'build_lazy_extractors': build_lazy_extractors},


Loading…
Cancel
Save