Add setup.py and distribution basics

This commit is contained in:
Ben Nuttall
2015-09-15 17:53:50 +01:00
parent abdc215175
commit a8b93cf97f
11 changed files with 102 additions and 173 deletions

10
mkdocs.yml Normal file
View File

@@ -0,0 +1,10 @@
site_name: gpio-zero
theme: readthedocs
site_url: http://pythonhosted.org/gpiozero
repo_url: https://github.com/RPi-Distro/gpio-zero
site_description: A simple interface to everyday GPIO components used with Raspberry Pi
site_author: Ben Nuttall
site_dir: pythonhosted
google_analytics: ['UA-46270871-6', 'pythonhosted.org/gpiozero']
pages:
- 'Home': 'index.md'