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

Python PyPI distribution for this repository so others can use it as a requirement #3239

Open
xcodz-dot opened this issue Oct 12, 2020 · 0 comments

Comments

@xcodz-dot
Copy link
Contributor

@xcodz-dot xcodz-dot commented Oct 12, 2020

We can make a simple setup.py file which packs the distribution into one package

I am working on a custom setup.py script for the same

My custom setup.py script will

  • search for all package directory under root
  • copy them to a new directory named python_algorithms
  • make a standard source distribution (All requirements will be read from requirements.txt)
  • cleanup

After all you will find the distribution under ./dist/ which will contain the file which can later be uploaded to PyPI. If you like the idea just leave a like at it and if you feel we should not just drop the thumbs down and comment below

@xcodz-dot xcodz-dot closed this Oct 12, 2020
@xcodz-dot xcodz-dot reopened this Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.