/pyskeleton

Skeleton Python project

Primary LanguagePython

pyskeleton

Skeleton Python project

Creating a project from the skeleton

Initialize project directory with cookiecutter

Install the cookiecutter tool, then run

cookiecutter <this project url>

After running cookiecutter

  • Update setup.py
    • Update license.
    • Add requirements.
  • Add any additional package data to MANIFEST.in.
  • Add LICENSE file.