Mercurial > personal > weatherlog
comparison setup.py @ 9:d8f38d992387
setup: Try adding setup_requires=wheel?
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 28 Sep 2019 20:21:35 -0400 |
parents | a47bf21e89bf |
children | b1657de734d5 |
comparison
equal
deleted
inserted
replaced
8:a47bf21e89bf | 9:d8f38d992387 |
---|---|
4 name='weatherlog', | 4 name='weatherlog', |
5 version='0.0.1', | 5 version='0.0.1', |
6 packages=setuptools.find_packages(), | 6 packages=setuptools.find_packages(), |
7 python_requires='>=3.7', | 7 python_requires='>=3.7', |
8 install_requires=[ | 8 install_requires=[ |
9 'Adafruit-Blinka', | 9 'adafruit-blinka', |
10 'Adafruit_CircuitPython_DHT', | 10 'adafruit-circuitpython-dht', |
11 'attrs', | 11 'attrs', |
12 'pymongo', | 12 'pymongo', |
13 'pytz', | 13 'pytz', |
14 ], | 14 ], |
15 setup_requires=['wheel'], | |
15 ) | 16 ) |