정상적인 모듈 파일 구조라면 setup.py가 존재함.
setup.py
python setup.py sdist bdist_wheel
PyPI에서 토큰을 발급 받았을 때는, 업로드를 다음과 같이 해야함
twine upload --repository-url https://upload.pypi.org/legacy/ --username __token__ --password [PyPI 토큰] dist/*