Skip to content

Commit ad2482a

Browse files
committed
Prep for v0.0.1
1 parent 466d0ec commit ad2482a

3 files changed

Lines changed: 30 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

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

88
# Installing
99

1010
Stable library from PyPi:
1111

12-
* Just run `sudo pip install sgp30`
12+
* Just run `sudo pip install pimoroni-sgp30`
1313

1414
Latest/development library from GitHub:
1515

library/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SGP30 Gas Sensor
2+
3+
[![Build Status](https://travis-ci.com/pimoroni/sgp30-python.svg?branch=master)](https://travis-ci.com/pimoroni/sgp30-python)
4+
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/sgp30-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/sgp30-python?branch=master)
5+
[![PyPi Package](https://img.shields.io/pypi/v/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)
6+
[![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-sgp30.svg)](https://pypi.python.org/pypi/pimoroni-sgp30)
7+
8+
# Installing
9+
10+
Stable library from PyPi:
11+
12+
* Just run `sudo pip install pimoroni-sgp30`
13+
14+
Latest/development library from GitHub:
15+
16+
* `git clone https://github.com/pimoroni/sgp30-python`
17+
* `cd sgp30-python`
18+
* `sudo ./install.sh`
19+
20+
21+
# Changelog
22+
0.0.1
23+
-----
24+
25+
* Initial Release

library/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
[metadata]
3-
name = sgp30
3+
name = pimoroni-sgp30
44
version = 0.0.1
55
author = Philip Howard
66
author_email = phil@pimoroni.com
7-
description = Driver for the GSP30 Gas Sensor
7+
description = Driver for the SGP30 Gas Sensor
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
keywords = Raspberry Pi

0 commit comments

Comments
 (0)