orkid 0.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- orkid-0.0.0/PKG-INFO +111 -0
- orkid-0.0.0/README.md +94 -0
- orkid-0.0.0/obt.project/scripts/orkid.egg-info/PKG-INFO +111 -0
- orkid-0.0.0/obt.project/scripts/orkid.egg-info/SOURCES.txt +7 -0
- orkid-0.0.0/obt.project/scripts/orkid.egg-info/dependency_links.txt +1 -0
- orkid-0.0.0/obt.project/scripts/orkid.egg-info/requires.txt +2 -0
- orkid-0.0.0/obt.project/scripts/orkid.egg-info/top_level.txt +1 -0
- orkid-0.0.0/setup.cfg +4 -0
- orkid-0.0.0/setup.py +66 -0
orkid-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: orkid
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Orkid Media Engine
|
|
5
|
+
Home-page: https://github.com/tweakoz/orkid
|
|
6
|
+
Author: Michael T. Mayers
|
|
7
|
+
Author-email: michael@tweakoz.com
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Platform: UNKNOWN
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### [BuildStatus](https://www.orkid-engine.dev:4431)
|
|
21
|
+
|
|
22
|
+
* Ubuntu 22.04 [](https://www.orkid-engine.dev:4431)
|
|
23
|
+
* Ubuntu 20.04 [](https://www.orkid-engine.dev:4431)
|
|
24
|
+
|
|
25
|
+
### Description
|
|
26
|
+
|
|
27
|
+
Orkid is a C++20 flexible media presentation engine. By media, we mean games, realtime 2d/3d graphics, and/or audio. Orkid itself is licensed with the permissive MIT license, that said Orkid does have dependencies on other libraries which will have different licenses and it is left up to the user to remain compliant with them. Orkid, being fairly modular can be run with less dependencies and reduced functionality to simplify license creep.
|
|
28
|
+
|
|
29
|
+
### History
|
|
30
|
+
|
|
31
|
+
Early Orkid was used for a a few games by Santa Cruz Games. It was used as both a game engine and tooling infrastructure.
|
|
32
|
+
* Godzilla Unleashed for Nintendo DS (2007)
|
|
33
|
+
* Tomb Raider Underworld for Nintendo DS (2008)
|
|
34
|
+
* Igor The Game for the Wii and PC (2008)
|
|
35
|
+
* Spongebob Gravjet Racing for Wii/Pc/XBox360 (2009)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Software Development Information
|
|
39
|
+
========
|
|
40
|
+
|
|
41
|
+
[How to build](ork.dox/building.md)
|
|
42
|
+
|
|
43
|
+
[How to run](ork.dox/running.md)
|
|
44
|
+
|
|
45
|
+
[GLSLFX shader format docs](ork.dox/glslfx.md)
|
|
46
|
+
|
|
47
|
+
[EngineLibraryTopology](ork.dox/engine_layout.md)
|
|
48
|
+
* [Ork.Core.Reflection](ork.dox/reflection.md)
|
|
49
|
+
* [Ork.Core.Datablocks](ork.dox/datablocks.md)
|
|
50
|
+
* [Ork.Lev2.Graphics](ork.dox/lev2-graphics.md)
|
|
51
|
+
* [Ork.ECS](ork.dox/ecs.md)
|
|
52
|
+
|
|
53
|
+
[Doxygen - code documentation](https://www.orkid-engine.dev:4430/doxygen_html/index.html)
|
|
54
|
+
|
|
55
|
+
Artist Information
|
|
56
|
+
========
|
|
57
|
+
|
|
58
|
+
[Blender pipeline notes](ork.dox/blender.md)
|
|
59
|
+
|
|
60
|
+
Example Content (most of it old, updates coming soon.)
|
|
61
|
+
========
|
|
62
|
+
|
|
63
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/screenshot_pbr.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_screenshot_pbr.png" title="Github Logo"></a>
|
|
64
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/shadowedptexspotlight.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_shadowedptexspotlight.png" title="Github Logo"></a>
|
|
65
|
+
|
|
66
|
+

|
|
67
|
+
|
|
68
|
+

|
|
69
|
+
|
|
70
|
+

|
|
71
|
+
|
|
72
|
+
Other (video) examples of content:
|
|
73
|
+
|
|
74
|
+
[PBR ShaderBalls](https://www.youtube.com/watch?v=LtlVotV_9vg_)
|
|
75
|
+
|
|
76
|
+
[SceneGraph-Picking](https://youtu.be/d39JF4ApsVw)
|
|
77
|
+
|
|
78
|
+
[Deferred-PBR-SpotLightProjectors-1](https://www.youtube.com/watch?v=AwhDNZPhcBk)
|
|
79
|
+
|
|
80
|
+
[Deferred-PBR-PointLightProjectors-1](https://www.youtube.com/watch?v=ffEbkF9l4yw)
|
|
81
|
+
|
|
82
|
+
[Deferred-PBR-PointLightProjectors-2](https://www.youtube.com/watch?v=Xem37Nfp-d8)
|
|
83
|
+
|
|
84
|
+
[MoonDiver](https://youtu.be/2zNd4k_6I6s)
|
|
85
|
+
|
|
86
|
+
[Compositor](https://www.youtube.com/watch?v=zLBhF8WCDgQ)
|
|
87
|
+
|
|
88
|
+
[NodeCompositor](https://www.youtube.com/watch?v=AGMazbsbJYE)
|
|
89
|
+
|
|
90
|
+
[Particles-Vortex&TurbulenceNodes](https://youtu.be/Qr8QK6ns0Tk)
|
|
91
|
+
|
|
92
|
+
[Paritcles-SphereColliderNode](https://www.youtube.com/watch?v=yb9a6k4VeaU)
|
|
93
|
+
|
|
94
|
+
[Particles-MultiSystem](https://www.youtube.com/watch?v=o7uJFNQc3Go)
|
|
95
|
+
|
|
96
|
+
[Particles-ChainOfSystems](https://youtu.be/sQTiz0Ooo6I)
|
|
97
|
+
|
|
98
|
+
[ParticlesAndCompositor](https://www.youtube.com/watch?v=qmULG3ZOoS0)
|
|
99
|
+
|
|
100
|
+
[ProceduralTexture](https://www.youtube.com/watch?v=FdAfxQjR3AQ)
|
|
101
|
+
|
|
102
|
+
[Prodigy2-GameDemo](http://tweakoz.com/resources/videos/p2d.mp4)
|
|
103
|
+
|
|
104
|
+
[OrkidVR-POC](https://www.youtube.com/watch?v=6tOPVw8T_sU)
|
|
105
|
+
|
|
106
|
+
[Singularity-NewAudioSynth](https://www.youtube.com/watch?v=irBaba13quQ)
|
|
107
|
+
|
|
108
|
+
[Singularity-ModulatorHUD](https://www.youtube.com/watch?v=1PEXp9-6eRA)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
orkid-0.0.0/README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### [BuildStatus](https://www.orkid-engine.dev:4431)
|
|
6
|
+
|
|
7
|
+
* Ubuntu 22.04 [](https://www.orkid-engine.dev:4431)
|
|
8
|
+
* Ubuntu 20.04 [](https://www.orkid-engine.dev:4431)
|
|
9
|
+
|
|
10
|
+
### Description
|
|
11
|
+
|
|
12
|
+
Orkid is a C++20 flexible media presentation engine. By media, we mean games, realtime 2d/3d graphics, and/or audio. Orkid itself is licensed with the permissive MIT license, that said Orkid does have dependencies on other libraries which will have different licenses and it is left up to the user to remain compliant with them. Orkid, being fairly modular can be run with less dependencies and reduced functionality to simplify license creep.
|
|
13
|
+
|
|
14
|
+
### History
|
|
15
|
+
|
|
16
|
+
Early Orkid was used for a a few games by Santa Cruz Games. It was used as both a game engine and tooling infrastructure.
|
|
17
|
+
* Godzilla Unleashed for Nintendo DS (2007)
|
|
18
|
+
* Tomb Raider Underworld for Nintendo DS (2008)
|
|
19
|
+
* Igor The Game for the Wii and PC (2008)
|
|
20
|
+
* Spongebob Gravjet Racing for Wii/Pc/XBox360 (2009)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Software Development Information
|
|
24
|
+
========
|
|
25
|
+
|
|
26
|
+
[How to build](ork.dox/building.md)
|
|
27
|
+
|
|
28
|
+
[How to run](ork.dox/running.md)
|
|
29
|
+
|
|
30
|
+
[GLSLFX shader format docs](ork.dox/glslfx.md)
|
|
31
|
+
|
|
32
|
+
[EngineLibraryTopology](ork.dox/engine_layout.md)
|
|
33
|
+
* [Ork.Core.Reflection](ork.dox/reflection.md)
|
|
34
|
+
* [Ork.Core.Datablocks](ork.dox/datablocks.md)
|
|
35
|
+
* [Ork.Lev2.Graphics](ork.dox/lev2-graphics.md)
|
|
36
|
+
* [Ork.ECS](ork.dox/ecs.md)
|
|
37
|
+
|
|
38
|
+
[Doxygen - code documentation](https://www.orkid-engine.dev:4430/doxygen_html/index.html)
|
|
39
|
+
|
|
40
|
+
Artist Information
|
|
41
|
+
========
|
|
42
|
+
|
|
43
|
+
[Blender pipeline notes](ork.dox/blender.md)
|
|
44
|
+
|
|
45
|
+
Example Content (most of it old, updates coming soon.)
|
|
46
|
+
========
|
|
47
|
+
|
|
48
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/screenshot_pbr.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_screenshot_pbr.png" title="Github Logo"></a>
|
|
49
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/shadowedptexspotlight.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_shadowedptexspotlight.png" title="Github Logo"></a>
|
|
50
|
+
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+

|
|
56
|
+
|
|
57
|
+
Other (video) examples of content:
|
|
58
|
+
|
|
59
|
+
[PBR ShaderBalls](https://www.youtube.com/watch?v=LtlVotV_9vg_)
|
|
60
|
+
|
|
61
|
+
[SceneGraph-Picking](https://youtu.be/d39JF4ApsVw)
|
|
62
|
+
|
|
63
|
+
[Deferred-PBR-SpotLightProjectors-1](https://www.youtube.com/watch?v=AwhDNZPhcBk)
|
|
64
|
+
|
|
65
|
+
[Deferred-PBR-PointLightProjectors-1](https://www.youtube.com/watch?v=ffEbkF9l4yw)
|
|
66
|
+
|
|
67
|
+
[Deferred-PBR-PointLightProjectors-2](https://www.youtube.com/watch?v=Xem37Nfp-d8)
|
|
68
|
+
|
|
69
|
+
[MoonDiver](https://youtu.be/2zNd4k_6I6s)
|
|
70
|
+
|
|
71
|
+
[Compositor](https://www.youtube.com/watch?v=zLBhF8WCDgQ)
|
|
72
|
+
|
|
73
|
+
[NodeCompositor](https://www.youtube.com/watch?v=AGMazbsbJYE)
|
|
74
|
+
|
|
75
|
+
[Particles-Vortex&TurbulenceNodes](https://youtu.be/Qr8QK6ns0Tk)
|
|
76
|
+
|
|
77
|
+
[Paritcles-SphereColliderNode](https://www.youtube.com/watch?v=yb9a6k4VeaU)
|
|
78
|
+
|
|
79
|
+
[Particles-MultiSystem](https://www.youtube.com/watch?v=o7uJFNQc3Go)
|
|
80
|
+
|
|
81
|
+
[Particles-ChainOfSystems](https://youtu.be/sQTiz0Ooo6I)
|
|
82
|
+
|
|
83
|
+
[ParticlesAndCompositor](https://www.youtube.com/watch?v=qmULG3ZOoS0)
|
|
84
|
+
|
|
85
|
+
[ProceduralTexture](https://www.youtube.com/watch?v=FdAfxQjR3AQ)
|
|
86
|
+
|
|
87
|
+
[Prodigy2-GameDemo](http://tweakoz.com/resources/videos/p2d.mp4)
|
|
88
|
+
|
|
89
|
+
[OrkidVR-POC](https://www.youtube.com/watch?v=6tOPVw8T_sU)
|
|
90
|
+
|
|
91
|
+
[Singularity-NewAudioSynth](https://www.youtube.com/watch?v=irBaba13quQ)
|
|
92
|
+
|
|
93
|
+
[Singularity-ModulatorHUD](https://www.youtube.com/watch?v=1PEXp9-6eRA)
|
|
94
|
+
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: orkid
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Orkid Media Engine
|
|
5
|
+
Home-page: https://github.com/tweakoz/orkid
|
|
6
|
+
Author: Michael T. Mayers
|
|
7
|
+
Author-email: michael@tweakoz.com
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Platform: UNKNOWN
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### [BuildStatus](https://www.orkid-engine.dev:4431)
|
|
21
|
+
|
|
22
|
+
* Ubuntu 22.04 [](https://www.orkid-engine.dev:4431)
|
|
23
|
+
* Ubuntu 20.04 [](https://www.orkid-engine.dev:4431)
|
|
24
|
+
|
|
25
|
+
### Description
|
|
26
|
+
|
|
27
|
+
Orkid is a C++20 flexible media presentation engine. By media, we mean games, realtime 2d/3d graphics, and/or audio. Orkid itself is licensed with the permissive MIT license, that said Orkid does have dependencies on other libraries which will have different licenses and it is left up to the user to remain compliant with them. Orkid, being fairly modular can be run with less dependencies and reduced functionality to simplify license creep.
|
|
28
|
+
|
|
29
|
+
### History
|
|
30
|
+
|
|
31
|
+
Early Orkid was used for a a few games by Santa Cruz Games. It was used as both a game engine and tooling infrastructure.
|
|
32
|
+
* Godzilla Unleashed for Nintendo DS (2007)
|
|
33
|
+
* Tomb Raider Underworld for Nintendo DS (2008)
|
|
34
|
+
* Igor The Game for the Wii and PC (2008)
|
|
35
|
+
* Spongebob Gravjet Racing for Wii/Pc/XBox360 (2009)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
Software Development Information
|
|
39
|
+
========
|
|
40
|
+
|
|
41
|
+
[How to build](ork.dox/building.md)
|
|
42
|
+
|
|
43
|
+
[How to run](ork.dox/running.md)
|
|
44
|
+
|
|
45
|
+
[GLSLFX shader format docs](ork.dox/glslfx.md)
|
|
46
|
+
|
|
47
|
+
[EngineLibraryTopology](ork.dox/engine_layout.md)
|
|
48
|
+
* [Ork.Core.Reflection](ork.dox/reflection.md)
|
|
49
|
+
* [Ork.Core.Datablocks](ork.dox/datablocks.md)
|
|
50
|
+
* [Ork.Lev2.Graphics](ork.dox/lev2-graphics.md)
|
|
51
|
+
* [Ork.ECS](ork.dox/ecs.md)
|
|
52
|
+
|
|
53
|
+
[Doxygen - code documentation](https://www.orkid-engine.dev:4430/doxygen_html/index.html)
|
|
54
|
+
|
|
55
|
+
Artist Information
|
|
56
|
+
========
|
|
57
|
+
|
|
58
|
+
[Blender pipeline notes](ork.dox/blender.md)
|
|
59
|
+
|
|
60
|
+
Example Content (most of it old, updates coming soon.)
|
|
61
|
+
========
|
|
62
|
+
|
|
63
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/screenshot_pbr.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_screenshot_pbr.png" title="Github Logo"></a>
|
|
64
|
+
<a href="https://media.githubusercontent.com/media/tweakoz/orkid/develop/ork.data/misc/shadowedptexspotlight.png"><img src="https://github.com/tweakoz/orkid/blob/develop/ork.data/misc/th_shadowedptexspotlight.png" title="Github Logo"></a>
|
|
65
|
+
|
|
66
|
+

|
|
67
|
+
|
|
68
|
+

|
|
69
|
+
|
|
70
|
+

|
|
71
|
+
|
|
72
|
+
Other (video) examples of content:
|
|
73
|
+
|
|
74
|
+
[PBR ShaderBalls](https://www.youtube.com/watch?v=LtlVotV_9vg_)
|
|
75
|
+
|
|
76
|
+
[SceneGraph-Picking](https://youtu.be/d39JF4ApsVw)
|
|
77
|
+
|
|
78
|
+
[Deferred-PBR-SpotLightProjectors-1](https://www.youtube.com/watch?v=AwhDNZPhcBk)
|
|
79
|
+
|
|
80
|
+
[Deferred-PBR-PointLightProjectors-1](https://www.youtube.com/watch?v=ffEbkF9l4yw)
|
|
81
|
+
|
|
82
|
+
[Deferred-PBR-PointLightProjectors-2](https://www.youtube.com/watch?v=Xem37Nfp-d8)
|
|
83
|
+
|
|
84
|
+
[MoonDiver](https://youtu.be/2zNd4k_6I6s)
|
|
85
|
+
|
|
86
|
+
[Compositor](https://www.youtube.com/watch?v=zLBhF8WCDgQ)
|
|
87
|
+
|
|
88
|
+
[NodeCompositor](https://www.youtube.com/watch?v=AGMazbsbJYE)
|
|
89
|
+
|
|
90
|
+
[Particles-Vortex&TurbulenceNodes](https://youtu.be/Qr8QK6ns0Tk)
|
|
91
|
+
|
|
92
|
+
[Paritcles-SphereColliderNode](https://www.youtube.com/watch?v=yb9a6k4VeaU)
|
|
93
|
+
|
|
94
|
+
[Particles-MultiSystem](https://www.youtube.com/watch?v=o7uJFNQc3Go)
|
|
95
|
+
|
|
96
|
+
[Particles-ChainOfSystems](https://youtu.be/sQTiz0Ooo6I)
|
|
97
|
+
|
|
98
|
+
[ParticlesAndCompositor](https://www.youtube.com/watch?v=qmULG3ZOoS0)
|
|
99
|
+
|
|
100
|
+
[ProceduralTexture](https://www.youtube.com/watch?v=FdAfxQjR3AQ)
|
|
101
|
+
|
|
102
|
+
[Prodigy2-GameDemo](http://tweakoz.com/resources/videos/p2d.mp4)
|
|
103
|
+
|
|
104
|
+
[OrkidVR-POC](https://www.youtube.com/watch?v=6tOPVw8T_sU)
|
|
105
|
+
|
|
106
|
+
[Singularity-NewAudioSynth](https://www.youtube.com/watch?v=irBaba13quQ)
|
|
107
|
+
|
|
108
|
+
[Singularity-ModulatorHUD](https://www.youtube.com/watch?v=1PEXp9-6eRA)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
setup.py
|
|
3
|
+
obt.project/scripts/orkid.egg-info/PKG-INFO
|
|
4
|
+
obt.project/scripts/orkid.egg-info/SOURCES.txt
|
|
5
|
+
obt.project/scripts/orkid.egg-info/dependency_links.txt
|
|
6
|
+
obt.project/scripts/orkid.egg-info/requires.txt
|
|
7
|
+
obt.project/scripts/orkid.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
orkid-0.0.0/setup.cfg
ADDED
orkid-0.0.0/setup.py
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
from setuptools import setup, find_packages, Command
|
|
2
|
+
from setuptools.command.install import install
|
|
3
|
+
|
|
4
|
+
import os, sys
|
|
5
|
+
import stat
|
|
6
|
+
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
|
|
9
|
+
if "OBT_STAGE" in os.environ:
|
|
10
|
+
print( "ERROR: do not run setup.py in a staging environment")
|
|
11
|
+
sys.exit(-1)
|
|
12
|
+
|
|
13
|
+
# Read the long description from the README file
|
|
14
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
15
|
+
long_description = fh.read()
|
|
16
|
+
|
|
17
|
+
def package_files(directory):
|
|
18
|
+
data_files = []
|
|
19
|
+
for root, dirs, files in os.walk(directory):
|
|
20
|
+
for filename in files:
|
|
21
|
+
if not (filename.endswith('.pyc') or '.egg-info' in root or '__pycache__' in root):
|
|
22
|
+
filepath = os.path.join(root, filename)
|
|
23
|
+
dest_dir = os.path.join('ork', root)
|
|
24
|
+
data_files.append((dest_dir, [filepath]))
|
|
25
|
+
return data_files
|
|
26
|
+
|
|
27
|
+
#########################################
|
|
28
|
+
# these are tricky
|
|
29
|
+
# bin_priv has to be data so the files can have the x bit set
|
|
30
|
+
# bin_pub goes in scripts (since they are in the venv's path)
|
|
31
|
+
#########################################
|
|
32
|
+
|
|
33
|
+
module_files = package_files('ork.data')
|
|
34
|
+
#example_files = package_files('examples')
|
|
35
|
+
#test_files = package_files('tests')
|
|
36
|
+
#binpub_files = [f[1][0] for f in package_files("bin_pub")]
|
|
37
|
+
#binpriv_files = package_files('bin_priv')
|
|
38
|
+
data_files = module_files# + example_files + test_files + binpriv_files
|
|
39
|
+
|
|
40
|
+
#########################################
|
|
41
|
+
|
|
42
|
+
setup(
|
|
43
|
+
name="orkid",
|
|
44
|
+
version=version,
|
|
45
|
+
author="Michael T. Mayers",
|
|
46
|
+
author_email="michael@tweakoz.com",
|
|
47
|
+
description="Orkid Media Engine",
|
|
48
|
+
long_description=long_description,
|
|
49
|
+
long_description_content_type='text/markdown',
|
|
50
|
+
url="https://github.com/tweakoz/orkid",
|
|
51
|
+
packages=find_packages(where="scripts"),
|
|
52
|
+
package_dir={"": "obt.project/scripts"},
|
|
53
|
+
include_package_data=True,
|
|
54
|
+
#data_files=data_files,
|
|
55
|
+
#scripts=binpub_files,
|
|
56
|
+
classifiers=[
|
|
57
|
+
"Programming Language :: Python :: 3",
|
|
58
|
+
"License :: OSI Approved :: MIT License",
|
|
59
|
+
"Operating System :: OS Independent",
|
|
60
|
+
],
|
|
61
|
+
python_requires='>=3.9',
|
|
62
|
+
install_requires=[
|
|
63
|
+
'pip>=24.0',
|
|
64
|
+
'ork.build>=0.0.198',
|
|
65
|
+
]
|
|
66
|
+
)
|