mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
Tweaked
This commit is contained in:
parent
16853dc4f2
commit
7f2dbdf48e
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,5 +1,21 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
BME680_driver/main
|
||||
dist/
|
||||
sdist/
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
eggs/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
*.deb
|
||||
*.dsc
|
||||
*.build
|
||||
*.changes
|
||||
*.orig.*
|
||||
packaging/*tar.xz
|
||||
library/debian/
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
.DS_Store
|
||||
|
@ -1,20 +0,0 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: bme680
|
||||
Version: 0.0.1
|
||||
Summary: Python library for driving the Pimoroni BME680 Breakout
|
||||
Home-page: http://www.pimoroni.com
|
||||
Author: Philip Howard
|
||||
Author-email: phil@pimoroni.com
|
||||
License: MIT
|
||||
Description: UNKNOWN
|
||||
Keywords: Raspberry Pi
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Topic :: Software Development
|
||||
Classifier: Topic :: System :: Hardware
|
@ -1,6 +0,0 @@
|
||||
README.txt
|
||||
setup.py
|
||||
bme680.egg-info/PKG-INFO
|
||||
bme680.egg-info/SOURCES.txt
|
||||
bme680.egg-info/dependency_links.txt
|
||||
bme680.egg-info/top_level.txt
|
@ -1 +0,0 @@
|
||||
|
@ -1 +0,0 @@
|
||||
bme680
|
@ -48,6 +48,7 @@ setup(
|
||||
keywords = 'Raspberry Pi',
|
||||
url = 'http://www.pimoroni.com',
|
||||
classifiers = classifiers,
|
||||
py_modules = ['bme680'],
|
||||
packages = ['bme680'],
|
||||
py_modules = [],
|
||||
install_requires= []
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user