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

Supports installing Timemachine from Tarball #1443

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

badisa
Copy link
Collaborator

@badisa badisa commented Dec 30, 2024

Noticed that if attempted to install Timemachine from a tarball, it would fail to install on linux, as the C++ files were not included. This PR allow us to install from tarballs as well as to use pypi servers, if we wanted to. Previously we have only installed from a local git repo or by pip installing from the github url.

* Mypy only used when generating the stubs for the C++ build.
* Ensures that can upload package to pypi and be installable.
* Adopt the convention of package data described in https://setuptools.pypa.io/en/latest/userguide/datafiles.html#subdirectory-for-data-files
@badisa badisa changed the title Task/fix up packaging of library Supports installing Timemachine from Tarball Dec 30, 2024
@badisa badisa marked this pull request as ready for review January 6, 2025 16:26
@badisa badisa requested review from mcwitt and proteneer January 6, 2025 16:26
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