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 11
11
from setuptools .command .develop import develop
12
12
from setuptools .command .sdist import sdist
13
13
14
- log = getLogger (__name__ )
15
-
16
14
# -----------------------------------------------------------------------------
17
15
# Basic Constants
18
16
# -----------------------------------------------------------------------------
22
20
js_dir = src_dir / "js"
23
21
package_dir = src_dir / name
24
22
static_dir = package_dir / "static" / name
23
+ log = getLogger (__name__ )
25
24
26
25
27
26
# -----------------------------------------------------------------------------
60
59
"Intended Audience :: Developers" ,
61
60
"Intended Audience :: Science/Research" ,
62
61
"Topic :: Multimedia :: Graphics" ,
62
+ "Topic :: Software Development :: Widget Sets" ,
63
+ "Topic :: Software Development :: User Interfaces" ,
63
64
"Environment :: Web Environment" ,
65
+ "Typing :: Typed" ,
64
66
],
65
67
}
66
68
You can’t perform that action at this time.
0 commit comments