Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #194 from browniebroke/patch-1
Browse files Browse the repository at this point in the history
Add Py 3.5 and 3.6 trove classifiers in setup.py
  • Loading branch information
beniwohli committed Dec 13, 2017
2 parents ea2f359 + 550bc49 commit 5f1616b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def run_tests(self):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

Expand Down

0 comments on commit 5f1616b

Please sign in to comment.