- cookiecutter
Install cookiecutter to initialize project structure.
- setup.py
Update setup.py file according to your project.
- package
python setup.py sdist
or
python setup.py bdist_wheel
- deploy
twine upload dist/*
Install cookiecutter to initialize project structure.
Update setup.py file according to your project.
python setup.py sdist
or
python setup.py bdist_wheel
twine upload dist/*