mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
9 lines
187 B
Python
9 lines
187 B
Python
from direct.showutil.dist import *
|
|
|
|
setup(
|
|
name="asteroids",
|
|
directories=['.'],
|
|
exclude_paths=['build', 'setup.py'],
|
|
applications=[Application('main.py', 'asteroids')],
|
|
)
|