Closed edknv closed 10 months ago
Using pip install or python setup.py install did not work without package_dir. This PR updates setup.py so that the installation works correctly.
pip install
python setup.py install
package_dir
setup.py
Using
pip install
orpython setup.py install
did not work withoutpackage_dir
. This PR updatessetup.py
so that the installation works correctly.