QUVA-Lab / COMBO

Other
45 stars 18 forks source link

Add setup.py #2

Open obust opened 4 years ago

obust commented 4 years ago

You should add a setup.py script so COMBO can be pip installable

Here is some resources:

Also note that by convention, packages and module are lower case. So ideally it would be: import combo instead of import COMBO