Skip to content

Commit db20b17

Browse files
committed
add classifiers, bump version
1 parent a42f81b commit db20b17

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

setup.py

+12-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
README = (HERE / "README.md").read_text()
99
setuptools.setup(
1010
name="python_ghost_cursor",
11-
version="0.1.0",
11+
version="0.1.1",
1212
description="Python implementation of Xetera/ghost-cursor",
1313
long_description=README,
1414
long_description_content_type="text/markdown",
@@ -19,4 +19,15 @@
1919
packages=setuptools.find_packages(),
2020
package_data={"python_ghost_cursor": ["js/*.js"]},
2121
install_requires=["bezier"],
22+
classifiers=[
23+
"Topic :: Software Development :: Testing",
24+
"Topic :: Internet :: WWW/HTTP :: Browsers",
25+
"Intended Audience :: Developers",
26+
"Programming Language :: Python :: 3",
27+
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
29+
"Programming Language :: Python :: 3.9",
30+
"License :: OSI Approved :: MIT License",
31+
"Operating System :: OS Independent",
32+
],
2233
)

0 commit comments

Comments
 (0)