From 81b8797015e127cce87854238f91d5b04ba14c25 Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 4 Dec 2014 12:40:08 +0200 Subject: [PATCH] Update setup.py with Python3.4, CPython and PyPy --- README.rst | 1 + setup.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a4eced5..bd53a77 100644 --- a/README.rst +++ b/README.rst @@ -103,3 +103,4 @@ Contributors - `@satyrius `_ - `@skudriashev `_ - `@whodafly `_ +- `@hugovk `_ diff --git a/setup.py b/setup.py index ab5c885..f41ed4a 100755 --- a/setup.py +++ b/setup.py @@ -44,6 +44,9 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Testing', 'Environment :: Console', ],