Updated changelog and added PyPy and CPython classifiers.

[ci skip]
pull/202/head
Maurits van Rees 2016-11-18 20:11:38 +01:00
rodzic d277fb935f
commit 72ee6a1c2a
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,11 @@ Changelog
3.11 (unreleased)
-----------------
- Nothing changed yet.
Fixes:
- Successfully test with pypy and pypy3. [gforcada]
- Minor documentation update. [tpltnt]
3.10 (2016-05-26)

Wyświetl plik

@ -41,6 +41,8 @@ setuptools.setup(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",