Swall0w / torchstat

Model analyzer in PyTorch
MIT License
1.46k stars 144 forks source link

license in setup.py needs update #47

Open hubin-keio opened 1 year ago

hubin-keio commented 1 year ago

Cloning the repo and install with "python3 setup.py install" does not work for the current version of setuptools.

A quick fix is to modify the setup.py file and replace the line "license=license, " to "license='MIT License',".