Skip to content

Commit 77f47f8

Browse files
committed
update misc package metadata
1 parent a3edc40 commit 77f47f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "ryan.morshead@gmail.com",
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

Comments
 (0)