mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
deploy-ng: Add setup.py to the asteroids sample
This commit is contained in:
parent
086e61f9c3
commit
ca036a56f2
8
samples/asteroids/setup.py
Normal file
8
samples/asteroids/setup.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from direct.showutil.dist import *
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name="asteroids",
|
||||||
|
directories=['.'],
|
||||||
|
exclude_paths=['build', 'setup.py'],
|
||||||
|
applications=[Application('main.py', 'asteroids')],
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user