projects
/
EVA-2020-02-2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding new Luftdaten example
[EVA-2020-02-2.git]
/
library
/
setup.py
diff --git
a/library/setup.py
b/library/setup.py
index 7eda071d7e2c7562e81829162c63161594c3e1f6..23a965fffee07510dbb34b56cbee78e5c366be67 100755
(executable)
--- a/
library/setup.py
+++ b/
library/setup.py
@@
-38,17
+38,17
@@
classifiers = ['Development Status :: 4 - Beta',
'Topic :: System :: Hardware']
setup(
'Topic :: System :: Hardware']
setup(
- name='
{{LIBNAME}}
',
+ name='
enviroplus
',
version='0.0.1',
author='Philip Howard',
author_email='phil@pimoroni.com',
version='0.0.1',
author='Philip Howard',
author_email='phil@pimoroni.com',
- description="""
{{DESCRIPTION}}
""",
+ description="""
Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi
""",
long_description=open('README.rst').read() + '\n' + open('CHANGELOG.txt').read(),
license='MIT',
keywords='Raspberry Pi',
url='http://www.pimoroni.com',
long_description=open('README.rst').read() + '\n' + open('CHANGELOG.txt').read(),
license='MIT',
keywords='Raspberry Pi',
url='http://www.pimoroni.com',
- project_urls={
'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python'
},
+ project_urls={
'GitHub': 'https://www.github.com/pimoroni/enviroplus-python'
},
classifiers=classifiers,
classifiers=classifiers,
- packages=['
{{LIBNAME}}
'],
- install_requires=[]
+ packages=['
enviroplus
'],
+ install_requires=[
'pimoroni-bme280', 'pms5003', 'ltr559', 'st7735', 'ads1015'
]
)
)