File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66setup (
77 name = 'fake-blender-api-2.79' ,
8- version = '0.3.1 ' ,
9-
8+ version = '0.4.0 ' ,
9+
1010 packages = [
11- "aud" ,
12-
13- "bge" ,
14- "bge/app" ,
15- "bge/constraints" ,
16- "bge/events" ,
17- "bge/logic" ,
18- "bge/render" ,
19- "bge/texture" ,
11+ "aud" ,
12+
13+ "bge" ,
14+ "bge/app" ,
15+ "bge/constraints" ,
16+ "bge/events" ,
17+ "bge/logic" ,
18+ "bge/render" ,
19+ "bge/texture" ,
2020 "bge/types" ,
21-
22- "bgl" ,
23- "blf" ,
24- "bmesh" ,
25-
26- "bpy" ,
21+
22+ "bgl" ,
23+ "blf" ,
24+ "bmesh" ,
25+
26+ "bpy" ,
2727 "bpy/app" ,
2828 "bpy/ops" ,
2929 "bpy/utils" ,
30-
30+
3131 "bpy_extras" ,
32-
33- "freestyle" ,
34- "freestyle/utils" ,
35-
36- "gpu" ,
37- "idprop" ,
38-
32+
33+ "freestyle" ,
34+ "freestyle/utils" ,
35+
36+ "gpu" ,
37+ "idprop" ,
38+
3939 "mathutils" ,
4040 "mathutils/noise"
4141 ],
42-
42+
4343 license = 'GPLv3' ,
4444 description = "Fake Blender 2.79 Python API for code completion, including BGE" ,
4545 long_description = long_description ,
4848 author_email = 'joelgomes1994@hotmail.com' ,
4949 url = 'https://github.com/bgempire/fake-blender-api-2.79' ,
5050 download_url = 'https://github.com/bgempire/fake-blender-api-2.79/archive/0.3.tar.gz' ,
51-
51+
5252 keywords = [
53- 'blender' ,
54- 'bge' ,
55- 'upbge' ,
56- 'api' ,
57- '3d' ,
58- 'bpy' ,
59- 'mathutils' ,
60- 'code' ,
61- 'completion' ,
53+ 'blender' ,
54+ 'bge' ,
55+ 'upbge' ,
56+ 'api' ,
57+ '3d' ,
58+ 'bpy' ,
59+ 'mathutils' ,
60+ 'code' ,
61+ 'completion' ,
6262 'autocomplete'
6363 ],
64-
64+
6565 install_requires = [
6666 'typing'
6767 ],
68-
68+
6969 classifiers = [
7070 'Development Status :: 3 - Alpha' ,
7171 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments