Synced with bootstrap
[EVA-2020-02-2.git] / library / setup.py
index b211db783c22105fe3a1497534e07bd58ee5fa39..3fdea5ad67e255ac3cd57261e8d4db0cb18428fd 100755 (executable)
@@ -38,17 +38,17 @@ classifiers = ['Development Status :: 4 - Beta',
                'Topic :: System :: Hardware']
 
 setup(
-    name='{{LIBNAME}}',
+    name='envirophatplus',
     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',
-    project_urls={'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python'},
+    project_urls={'GitHub': 'https://www.github.com/pimoroni/envirophatplus-python'},
     classifiers=classifiers,
-    packages=['{{LIBNAME}}'],
-    install_requires=[]
+    packages=['envirophatplus'],
+    install_requires=['pms5003', 'ltr559', 'st7735']
 )