mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Update setup.py
This commit is contained in:
parent
6d8621c09c
commit
0075ff4e6f
1 changed files with 3 additions and 1 deletions
4
setup.py
4
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*')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue