Skip to content

Commit db00baa

Browse files
committed
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]
1 parent 541a2a7 commit db00baa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

direct/src/dist/commands.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ def initialize_options(self):
239239
self.requirements_path = os.path.join(os.getcwd(), 'requirements.txt')
240240
self.use_optimized_wheels = True
241241
self.optimized_wheel_index = ''
242-
self.pypi_extra_indexes = []
242+
self.pypi_extra_indexes = [
243+
'https://archive.panda3d.org/thirdparty',
244+
]
243245
self.file_handlers = {}
244246
self.exclude_dependencies = [
245247
# Windows

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