File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111from setuptools .command .develop import develop
1212from setuptools .command .sdist import sdist
1313
14- log = getLogger (__name__ )
15-
1614# -----------------------------------------------------------------------------
1715# Basic Constants
1816# -----------------------------------------------------------------------------
2220js_dir = src_dir / "js"
2321package_dir = src_dir / name
2422static_dir = package_dir / "static" / name
23+ log = getLogger (__name__ )
2524
2625
2726# -----------------------------------------------------------------------------
6059 "Intended Audience :: Developers" ,
6160 "Intended Audience :: Science/Research" ,
6261 "Topic :: Multimedia :: Graphics" ,
62+ "Topic :: Software Development :: Widget Sets" ,
63+ "Topic :: Software Development :: User Interfaces" ,
6364 "Environment :: Web Environment" ,
65+ "Typing :: Typed" ,
6466 ],
6567}
6668
You can’t perform that action at this time.
0 commit comments