Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit f82eb9a

Browse files
Make it private
1 parent 17b3cce commit f82eb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def dummy(): """Dummy function for an entrypoint. Zig is executed as a side effe
269269
('License-File', 'ziglang/lib/libcxxabi/LICENSE.TXT'),
270270
('License-File', 'ziglang/lib/libunwind/LICENSE.TXT'),
271271
('License-File', 'ziglang/lib/libc/freebsd/COPYRIGHT'),
272-
('Import-Name', 'ziglang'),
272+
('Import-Name', 'ziglang ; private'),
273273
('Classifier', 'Development Status :: 4 - Beta'),
274274
('Classifier', 'Intended Audience :: Developers'),
275275
('Classifier', 'Topic :: Software Development :: Compilers'),

0 commit comments

Comments
 (0)