Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infrastructure for packaging as a wheel file #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maspe36
Copy link

@maspe36 maspe36 commented Aug 26, 2024

Add a pyproject.toml file so that this project can be packaged as a wheel file and hopefully uploaded to PyPI.

Addresses #32. Uploading this project to PyPI would also be helpful for me, I am giving a talk at cppcon this year and will be mentioning this repository.

A wheel file can be generated by running python3 -m pip wheel . from the root of the repo. I installed this whl file and confirmed the installed script was runnable from different directories on my system. Full instructions for uploading to PyPI can be found here

@Trass3r
Copy link

Trass3r commented Aug 26, 2024

I am giving a talk at cppcon

Nice, I hope CompileScore and ClangBuildAnalyzer will also be featured in addition to ninja tracing. Awesome tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants