honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

Preparing for first release | setup.py + README.md #29

Closed bleudev closed 5 months ago

bleudev commented 5 months ago

Summary by Sourcery

This pull request prepares the project for its first release by adding setup.py for package configuration and upload.bat for automating the build and upload process to PyPI.

sourcery-ai[bot] commented 5 months ago

Reviewer's Guide by Sourcery

This pull request prepares the project for its first release by adding a setup.py file for packaging and distribution, and an upload.bat script for automating the upload process to PyPI.

File-Level Changes

Files Changes
setup.py
upload.bat
Added necessary files for packaging and uploading the project to PyPI, including setup.py for package configuration and upload.bat for automation of the upload process.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.