Skip to content

Commit

Permalink
Add Python 3.5 and 3.6 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 3, 2017
1 parent 492bf30 commit fd0b230
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Framework :: Pyramid',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
Expand Down
2 changes: 2 additions & 0 deletions commons/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down
2 changes: 2 additions & 0 deletions geoportal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down

0 comments on commit fd0b230

Please sign in to comment.