mirror of https://github.com/mahmoud/boltons.git
some python version housekeeping
This commit is contained in:
parent
71307e7db6
commit
5a2b011b00
|
@ -8,7 +8,7 @@
|
|||
<a href="https://pypi.python.org/pypi/boltons"><img src="https://img.shields.io/pypi/pyversions/boltons.svg"></a>
|
||||
<a href="http://calver.org"><img src="https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg"></a>
|
||||
|
||||
**Boltons** is a set of over 220 BSD-licensed, pure-Python utilities
|
||||
**Boltons** is a set of over 230 BSD-licensed, pure-Python utilities
|
||||
in the same spirit as — and yet conspicuously missing from —
|
||||
[the standard library][stdlib], including:
|
||||
|
||||
|
@ -24,8 +24,8 @@ in the same spirit as — and yet conspicuously missing from —
|
|||
**[Full and extensive docs are available on Read The Docs.][rtd]** See
|
||||
what's new [by checking the CHANGELOG][changelog].
|
||||
|
||||
Boltons is tested against Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
|
||||
3.7-dev (aka _nightly_), and PyPy.
|
||||
Boltons is tested against Python 2.6, 2.7, 3.4, 3.5, 3.6, and 3.7, as well as CPython
|
||||
_nightly_ and PyPy/PyPy3.
|
||||
|
||||
[stdlib]: https://docs.python.org/2.7/library/index.html
|
||||
[rtd]: https://boltons.readthedocs.org/en/latest/
|
||||
|
|
2
setup.py
2
setup.py
|
@ -45,10 +45,10 @@ setup(name='boltons',
|
|||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy', ]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue