From 0075ff4e6f95bb2fc86534cef41831ef546181de Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Apr 2014 22:59:38 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17be2135..5c4dad46 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='pre_commit', description='A framework for managing and maintaining multi-language pre-commit hooks.', - url='http://github.com/pre-commit/pre-commit', + url='https://github.com/pre-commit/pre-commit', version='0.0.0', author='Anthony Sottile', @@ -16,6 +16,8 @@ setup( 'License :: Public Domain', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: Implementation :: PyPy', ], packages=find_packages('.', exclude=('tests*', 'testing*')),