@@ -41,7 +41,7 @@ def list2cmdline(cmd_list):
41
41
"python_requires" : ">=3.7" ,
42
42
"packages" : find_packages (str (src_dir )),
43
43
"package_dir" : {"" : "src" },
44
- "description" : "Control the web with Python" ,
44
+ "description" : "It's React, but in Python" ,
45
45
"author" : "Ryan Morshead" ,
46
46
"author_email" : "ryan.morshead@gmail.com" ,
47
47
"url" : "https://github.com/rmorshea/idom" ,
@@ -53,12 +53,17 @@ def list2cmdline(cmd_list):
53
53
"setup_requires" : ["setuptools_scm" ],
54
54
"use_scm_version" : True ,
55
55
"classifiers" : [
56
+ "Environment :: Web Environment" ,
57
+ "Framework :: AsyncIO" ,
58
+ "Framework :: Flask" ,
56
59
"Intended Audience :: Developers" ,
57
60
"Intended Audience :: Science/Research" ,
58
- "Topic :: Multimedia :: Graphics" ,
59
61
"Programming Language :: Python :: 3.7" ,
60
62
"Programming Language :: Python :: 3.8" ,
61
63
"Programming Language :: Python :: 3.9" ,
64
+ "Topic :: Software Development :: User Interfaces" ,
65
+ "Topic :: Software Development :: Widget Sets" ,
66
+ "Typing :: Typed" ,
62
67
],
63
68
}
64
69
0 commit comments