Closed mincong-h closed 10 months ago
https://stackoverflow.com/a/61762525/4381330
If you have all your dependencies and other metadata defined in setup.cfg
, just create a minimal setup.py file in the same directory that looks like this:
from setuptools import setup
setup()
This is what we did 🤔
And setup.cfg
contains
[options]
packages = finance_toolkit
install_requires =
docopt == 0.6.2
numpy == 1.19.4
pandas == 1.2.0
pyyaml == 5.1.2