Skip to content

Commit e1df400

Browse files
committed
makewheel: add pandac/input/*.in interrogatedb files
These are present in the normal SDK builds and are useful for analyzing the API, for example for generating FFI code or generating API documentation.
1 parent f149fb4 commit e1df400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

makepanda/makewheel.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,13 @@ def makewheel(version, output_dir, platform=None):
665665
if file.endswith('.py'):
666666
whl.write_file('pandac/' + file, os.path.join(pandac_dir, file))
667667

668+
# Let's also add the interrogate databases.
669+
input_dir = os.path.join(pandac_dir, 'input')
670+
if os.path.isdir(input_dir):
671+
for file in os.listdir(input_dir):
672+
if file.endswith('.in'):
673+
whl.write_file('pandac/input/' + file, os.path.join(input_dir, file))
674+
668675
# Add a panda3d-tools directory containing the executables.
669676
entry_points = '[console_scripts]\n'
670677
entry_points += 'eggcacher = direct.directscripts.eggcacher:main\n'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy