We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13e3246 + 7535ab6 commit 41afbf9Copy full SHA for 41afbf9
setup.py
@@ -20,7 +20,7 @@ def read(*parts):
20
version=versioneer.get_version(),
21
install_requires=["functools32;python_version<'3.2'"],
22
extras_require={"develop": ["sphinx"]},
23
- description="A list of Python Standard Libraries (2.6-7, 3.2-8).",
+ description="A list of Python Standard Libraries (2.6-7, 3.2-9).",
24
long_description="{}".format(read("README.md")),
25
long_description_content_type="text/markdown",
26
include_package_data=True,
0 commit comments