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
Synced with bootstrap
[EVA-2020-02-2.git]
/
library
/
setup.py
diff --git
a/library/setup.py
b/library/setup.py
index 7eda071d7e2c7562e81829162c63161594c3e1f6..3fdea5ad67e255ac3cd57261e8d4db0cb18428fd 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='
envirophatplus
',
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/envirophatplus-python'
},
classifiers=classifiers,
classifiers=classifiers,
- packages=['
{{LIBNAME}}
'],
- install_requires=[]
+ packages=['
envirophatplus
'],
+ install_requires=[
'pms5003', 'ltr559', 'st7735'
]
)
)