mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
asteroid sample: Add requirements.txt and wheels to setup.py exclude_paths
This commit is contained in:
parent
6199d84131
commit
de598d966b
@ -3,7 +3,7 @@ from direct.showutil.dist import *
|
||||
setup(
|
||||
name="asteroids",
|
||||
directories=['.'],
|
||||
exclude_paths=['build', 'setup.py'],
|
||||
exclude_paths=['build', 'setup.py', 'requirements.txt', 'wheels'],
|
||||
applications=[Application('main.py', 'asteroids')],
|
||||
deploy_platforms=['linux_x86_64'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user