dunfrey / BCG-GAMMA-Challenge-2021

BCG GAMMA Challenge 2021 – Datathon - Virtual Event
MIT License
2 stars 1 forks source link

Configure your Setuptools #5

Open fernandojunior opened 3 years ago

fernandojunior commented 3 years ago

Setuptools is a collection of enhancements to the Python distutils that allow developers to more easily build and distribute Python packages, especially ones that have dependencies on other packages.

By configuring correctly the setuptools, the project will be installed in any other python project (eg REST API) using pip install for example.

TODO:

dunfrey commented 3 years ago

https://github.com/dunfrey/BCG-GAMMA-Challenge-2021/blob/main/setup.py