File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 8
8
README = (HERE / "README.md" ).read_text ()
9
9
setuptools .setup (
10
10
name = "python_ghost_cursor" ,
11
- version = "0.1.0 " ,
11
+ version = "0.1.1 " ,
12
12
description = "Python implementation of Xetera/ghost-cursor" ,
13
13
long_description = README ,
14
14
long_description_content_type = "text/markdown" ,
19
19
packages = setuptools .find_packages (),
20
20
package_data = {"python_ghost_cursor" : ["js/*.js" ]},
21
21
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
+ ],
22
33
)
You can’t perform that action at this time.
0 commit comments