Skip to content

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

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

Closed
amaank404 opened this issue Oct 12, 2020 · 2 comments

Comments

@amaank404
Copy link
Contributor

amaank404 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.

@dhruvmanila
Copy link
Member

This is a good idea but not appropriate for this repository. What we really want is automation for a lot of things. If you can try that, it would be more beneficial. Please mention what type of automation you want to build, if any.

@amaank404
Copy link
Contributor Author

Ok, thanks for the explanation, I will try automating new things soon 😄

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

No branches or pull requests

2 participants