@@ -41,7 +41,7 @@ def list2cmdline(cmd_list):
4141 "python_requires" : ">=3.7" ,
4242 "packages" : find_packages (str (src_dir )),
4343 "package_dir" : {"" : "src" },
44- "description" : "Control the web with Python" ,
44+ "description" : "It's React, but in Python" ,
4545 "author" : "Ryan Morshead" ,
4646 "author_email" :
"[email protected] " ,
4747 "url" : "https://github.com/rmorshea/idom" ,
@@ -53,12 +53,17 @@ def list2cmdline(cmd_list):
5353 "setup_requires" : ["setuptools_scm" ],
5454 "use_scm_version" : True ,
5555 "classifiers" : [
56+ "Environment :: Web Environment" ,
57+ "Framework :: AsyncIO" ,
58+ "Framework :: Flask" ,
5659 "Intended Audience :: Developers" ,
5760 "Intended Audience :: Science/Research" ,
58- "Topic :: Multimedia :: Graphics" ,
5961 "Programming Language :: Python :: 3.7" ,
6062 "Programming Language :: Python :: 3.8" ,
6163 "Programming Language :: Python :: 3.9" ,
64+ "Topic :: Software Development :: User Interfaces" ,
65+ "Topic :: Software Development :: Widget Sets" ,
66+ "Typing :: Typed" ,
6267 ],
6368}
6469
0 commit comments