mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
deploy-ng: add link to index for thirdparty wheels
This is where we can host wheels for packages that haven't uploaded wheels for all platforms, such as PyYAML and esper. [skip ci]
This commit is contained in:
parent
541a2a73f0
commit
db00baa230
4
direct/src/dist/commands.py
vendored
4
direct/src/dist/commands.py
vendored
@ -239,7 +239,9 @@ class build_apps(setuptools.Command):
|
||||
self.requirements_path = os.path.join(os.getcwd(), 'requirements.txt')
|
||||
self.use_optimized_wheels = True
|
||||
self.optimized_wheel_index = ''
|
||||
self.pypi_extra_indexes = []
|
||||
self.pypi_extra_indexes = [
|
||||
'https://archive.panda3d.org/thirdparty',
|
||||
]
|
||||
self.file_handlers = {}
|
||||
self.exclude_dependencies = [
|
||||
# Windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user