I created my own python package with "python setup.py bdist_wheel" and "pip install /path/to/dist/my_own_package.wheel". After installing it, when importing it, there is error of "SyntaxError: invalid syntax". Could you help? thanks.
>>> import my-modules
File "<stdin>", line 1
import my-modules
^
SyntaxError: invalid syntax
But there is module installed in Continuum\anaconda3\Lib\site-packages