Use Python syntax highlighting (#453)

* Use Python syntax highlighting

* Use code directive instead

* use python syntax highlighting in the docs

* update Programming Language classifers for supported Python versions

* use %s instead
This commit is contained in:
Thijs Triemstra
2016-09-21 10:56:15 +02:00
committed by Dave Jones
parent 855377a664
commit 0c9e4a9575
3 changed files with 17 additions and 5 deletions

View File

@@ -36,7 +36,13 @@ __classifiers__ = [
"Topic :: System :: Hardware",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: PyPy",
]
__keywords__ = [