Python package template for PyPI
| src/projectname | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| build.sh | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| setup.cfg | ||
Python package template
Replace 'projectname' with the actual name of the project in all places
License
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Acknowledgements
- Python section in global .gitignore taken from github/gitignore under the CC0-1.0 License.
- Thanks to Guido van Rossum, the Python Software Foundation, and all contributors for the Python programming language