Mercurial > python-hglib
comparison setup.py @ 160:91329df47df5 1.6
hglib: declare hglib's Python version support (issue4520)
author | Brett Cannon <brett@python.org> |
---|---|
date | Fri, 27 Mar 2015 12:58:23 -0400 |
parents | 1b47146a4a2c |
children | e0678dfb7aec |
comparison
equal
deleted
inserted
replaced
159:16496e0f3c09 | 160:91329df47df5 |
---|---|
34 author_email='idankk86@gmail.com', | 34 author_email='idankk86@gmail.com', |
35 url='http://selenic.com/repo/python-hglib', | 35 url='http://selenic.com/repo/python-hglib', |
36 description='Mercurial Python library', | 36 description='Mercurial Python library', |
37 long_description=open(os.path.join(os.path.dirname(__file__), | 37 long_description=open(os.path.join(os.path.dirname(__file__), |
38 'README')).read(), | 38 'README')).read(), |
39 classifiers=[ | |
40 'Programming Language :: Python', | |
41 'Programming Language :: Python :: 2.4', | |
42 'Programming Language :: Python :: 2.5', | |
43 'Programming Language :: Python :: 2.6', | |
44 'Programming Language :: Python :: 2.7', | |
45 'Programming Language :: Python :: 3', | |
46 'Programming Language :: Python :: 3.4', | |
47 | |
48 ], | |
39 license='MIT', | 49 license='MIT', |
40 packages=['hglib']) | 50 packages=['hglib']) |