mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
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:
committed by
Dave Jones
parent
855377a664
commit
0c9e4a9575
6
setup.py
6
setup.py
@@ -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__ = [
|
||||
|
||||
Reference in New Issue
Block a user