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

[build] add support for windows #17 #18

Merged
merged 2 commits into from
Jul 7, 2024
Merged

[build] add support for windows #17 #18

merged 2 commits into from
Jul 7, 2024

Conversation

anjakefala
Copy link
Collaborator

@anjakefala anjakefala commented Jul 7, 2024

For this to work, "unzip-http" needed to be given a module name "unzip_http".

Closes #17

I instead added an unzip-http entrypoint, so that unzip-http would continue to work. However, a better approach might be to factor out the bulk of the code that is in unzip_http, into a module, and leave unzip-http a script that initialises. Entrypoints are slower than having a runnable script.

For the entrypoint to work, "unzip-http" needed to be given a module name
"unzip_http".
unzip_http.py Outdated Show resolved Hide resolved
unzip_http.py Outdated Show resolved Hide resolved
@anjakefala anjakefala merged commit 8318c73 into master Jul 7, 2024
3 checks passed
@anjakefala anjakefala deleted the kef/17 branch July 7, 2024 06:06
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.

file lacks file extension
2 participants