README board name change
[EVA-2020-02-2.git] / library / setup.py
index 4f007937b5290a5e75e0b449f6c97e34a18daf7a..23a965fffee07510dbb34b56cbee78e5c366be67 100755 (executable)
@@ -38,16 +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/enviroplus-python'},
     classifiers=classifiers,
     classifiers=classifiers,
-    packages=['{{LIBNAME}}'],
-    install_requires=[]
+    packages=['enviroplus'],
+    install_requires=['pimoroni-bme280', 'pms5003', 'ltr559', 'st7735', 'ads1015']
 )
 )