Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 479 Bytes

Sample Module Repository

========================

This simple project is an example repo for Python projects.

Learn more <http://www.kennethreitz.org/essays/repository-structure-and-python>_.


If you want to learn more about setup.py files, check out this repository <https://github.com/kennethreitz/setup.py>_.

  1. Update README
  2. Update setup.py
  3. Update (add to) LICENSE
  4. change "sample" directory to, e.g., repository_name
  5. write code...