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.
2 parents 2172261 + c5f6ef2 commit 89c7934Copy full SHA for 89c7934
setup.py
@@ -16,8 +16,17 @@ def dependencies(file):
16
setup(
17
name="halo",
18
packages=find_packages(exclude=("tests", "examples")),
19
- version="0.0.30",
+ version="0.0.31",
20
license="MIT",
21
+ classifiers=[
22
+ "Programming Language :: Python",
23
+ "Programming Language :: Python :: 3.5",
24
+ "Programming Language :: Python :: 3.6",
25
+ "Programming Language :: Python :: 3.7",
26
+ "Programming Language :: Python :: 3.8",
27
+ "Programming Language :: Python :: 3 :: Only",
28
+ ],
29
+ python_requires=">=3.4",
30
description="Beautiful terminal spinners in Python",
31
long_description=long_description,
32
long_description_content_type="text/markdown",
0 commit comments