mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-06-29 10:30:31 +02:00
Added packaging, dropped copy of C code
This commit is contained in:
20
library/bme680.egg-info/PKG-INFO
Normal file
20
library/bme680.egg-info/PKG-INFO
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
6
library/bme680.egg-info/SOURCES.txt
Normal file
6
library/bme680.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,6 @@
|
||||
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
library/bme680.egg-info/dependency_links.txt
Normal file
1
library/bme680.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
library/bme680.egg-info/top_level.txt
Normal file
1
library/bme680.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
||||
bme680
|
Reference in New Issue
Block a user