Skip to content

Commit

Permalink
Prep for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 19, 2020
1 parent 466d0ec commit ad2482a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,14 +2,14 @@

[![Build Status](https://travis-ci.com/pimoroni/sgp30-python.svg?branch=master)](https://travis-ci.com/pimoroni/sgp30-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/sgp30-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/sgp30-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/sgp30.svg)](https://pypi.python.org/pypi/sgp30)
[![Python Versions](https://img.shields.io/pypi/pyversions/sgp30.svg)](https://pypi.python.org/pypi/sgp30)
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)

# Installing

Stable library from PyPi:

* Just run `sudo pip install sgp30`
* Just run `sudo pip install pimoroni-sgp30`

Latest/development library from GitHub:

Expand Down
25 changes: 25 additions & 0 deletions library/README.md
@@ -0,0 +1,25 @@
# SGP30 Gas Sensor

[![Build Status](https://travis-ci.com/pimoroni/sgp30-python.svg?branch=master)](https://travis-ci.com/pimoroni/sgp30-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/sgp30-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/sgp30-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)

# Installing

Stable library from PyPi:

* Just run `sudo pip install pimoroni-sgp30`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/sgp30-python`
* `cd sgp30-python`
* `sudo ./install.sh`


# Changelog
0.0.1
-----

* Initial Release
4 changes: 2 additions & 2 deletions library/setup.cfg
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
[metadata]
name = sgp30
name = pimoroni-sgp30
version = 0.0.1
author = Philip Howard
author_email = phil@pimoroni.com
description = Driver for the GSP30 Gas Sensor
description = Driver for the SGP30 Gas Sensor
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Raspberry Pi
Expand Down

0 comments on commit ad2482a

Please sign in to comment.