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(wheel/pip): functionality for publishing to pypi #4

Merged
merged 4 commits into from
Nov 23, 2023

Conversation

zakkarry
Copy link
Owner

Pull Request

Purpose

adds necessary build and module modifications to use and run the wheel (binary) when installed via pip

closes #3

Approach

.

@zakkarry zakkarry added bug Something isn't working feature New feature or request base related to the base application labels Nov 20, 2023
@zakkarry zakkarry self-assigned this Nov 20, 2023
@github-actions github-actions bot added documentation Improvements or additions to documentation and removed base related to the base application labels Nov 20, 2023
@zakkarry zakkarry force-pushed the wheel-support branch 2 times, most recently from de27b89 to 5a2d237 Compare November 22, 2023 04:50
@github-actions github-actions bot added trakt Related to Trakt (API) config related to configuration or config file base related to the base application labels Nov 22, 2023
* fix packaging

* setup.py: remove package_dir

* add retraktarr.py to project root

- allows running directly from source

* setup.py: requirements win compatibility fix

* add *.txt file to MANIFEST

* cleanup: cleanup and --config improvements

* update(retraktarr): formatting and console output

---------

Co-authored-by: zakary <[email protected]>
@zakkarry zakkarry reopened this Nov 23, 2023
@github-actions github-actions bot removed trakt Related to Trakt (API) config related to configuration or config file labels Nov 23, 2023
@zakkarry zakkarry merged commit 805a3dc into master Nov 23, 2023
3 checks passed
@zakkarry zakkarry deleted the wheel-support branch November 23, 2023 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base related to the base application bug Something isn't working documentation Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add(pypi/wheel): needs module support fixed for whl file
2 participants