-
Directory/FIle
-
add markedown support
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
...
long_description=long_description,
...
)
-
LICENSE
-
packageFolder/classFile
-
__init__.py
from .classFile import classFile(className)
-
Install tools
pip3.10 install setuptools wheel
pip3.10 install twine
-
Build package
python3.10 setup.py sdist bdist_wheel
-
Upload to testpypi (with name:”__token__”, password:”{{token}}”)
python3.10 -m twine upload –repository testpypi dist/*
-
Upload to pypi (with name:”__token__”, password:”{{token}}”)
python3.10 -m twine upload dist/*
When someone writes an piece of writing he/she maintains the
image of a user in his/her mind that how a user can understand it.
Thus that’s why this paragraph is great. Thanks!