We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dffb6 commit 6b30e86Copy full SHA for 6b30e86
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="py_nextbusnext",
9
- version="2.1.1",
+ version="2.1.2",
10
author="ViViDboarder",
11
description="Minimalistic Python client for the NextBus public API for real-time transit "
12
"arrival data",
@@ -25,11 +25,6 @@
25
"requests",
26
],
27
classifiers=[
28
- "Programming Language :: Python :: 3.9 ",
29
- "Programming Language :: Python :: 3.10 ",
30
- "Programming Language :: Python :: 3.11 ",
31
- "Programming Language :: Python :: 3.12 ",
32
- "Programming Language :: Python :: 3.13 ",
33
"License :: OSI Approved :: MIT License",
34
"Operating System :: OS Independent",
35
0 commit comments